reassign 368423 xfsdump thanks Mr. Scott, Thank you for your rapid reply! I greatly appreciate your dedication to your work.
On 5/21/06, Nathan Scott <[EMAIL PROTECTED]> wrote:
Is there a filesystem mounted at /mnt? (can you include your /etc/mtab file please).
This example was sanitized from a real-life configuration. Of course all of my filesystems are XFS, and there was one mounted onto the directory on which I called the command when the command was called. This shell session which should clear things up a bit more. [EMAIL PROTECTED]:~$ cat /etc/fstab # /etc/fstab: static file system information. # # <FS> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 none swap sw 0 0 /dev/hda2 / xfs defaults,noatime 0 1 /dev/hdc /media/cdrom0 iso9660 user,noauto 0 0 /dev/hdd /media/cdrom1 iso9660 user,noauto 0 0 /dev/fd0 /media/floppy0 auto user,noauto 0 0 /dev/loop0 /fileshare xfs user,noauto,noatime 0 1 /dev/loop1 /home/mhall/data ext2fs user,noauto,noatime 0 1 [EMAIL PROTECTED]:~$ cat /etc/mtab /dev/hda2 / xfs rw,noatime 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 usbfs /proc/bus/usb usbfs rw 0 0 tmpfs /dev/shm tmpfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0 /dev/loop0 /fileshare xfs rw 0 0 /dev/loop1 /home/mhall/data ext2 rw 0 0 [EMAIL PROTECTED]:~$ sudo xfs_fsr /fileshare/ /fileshare/: Directory defragmentation not supported [EMAIL PROTECTED]:~$ sudo xfs_fsr /fileshare /fileshare start inode=0 [EMAIL PROTECTED]:~$
xfs_fsr is actually in the xfsdump package, btw, but no matter.
Of course I should have remembered this, I am usually very precise about packages and filenames, but I got in a bit of a hurry when crafting the report. I apologize for the omission.
thanks. Nathan