Skip to content

Commit d6d23ba

Browse files
committed
correct comments
1 parent a116309 commit d6d23ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sbin/mover

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
# Files at the top level of a pool or an array disk are never moved.
1414

1515
# The 'find' command generates a list of all files and directories of a share.
16-
# For each file, if the file is not "in use" by any process (as detected by 'in_use' command),
16+
# For each file, if the file is not "in use" by any process (as detected by 'fuser' command)
17+
# and not attached to any loop device (as detected by 'losetup' command),
1718
# then the file is moved, and upon success, deleted from the source disk. If the file already
1819
# exists on the target, it is not moved and the source is not deleted. All meta-data of moved
1920
# files/directories is preserved: permissions, ownership, extended attributes, and access/modified

0 commit comments

Comments
 (0)