Thor Eivind Brantzeg wrote:
1. Problem 1 is that i have problem umounting 1 of the mounts. Is there
a way to safely umount an XFS FS when there is no usage at all?
ELLA-Gentoo-scsi-test mnt # umount -f /mnt/EONSTORE2
umount2: Device or resource busy
umount: /mnt/EONSTORE2: device is busy
umount2: Device or resource busy
umount: /mnt/EONSTORE2: device is busy
samba? nfs? something is using it... maybe fuser will tell you?
2. Problem 2 is that i cannot get any of the XFS utils to work with
Problem i have is all the utilities for xfs doesnt work at all:
ELLA-Gentoo-scsi-test mnt # xfs_check /dev/sda1
xfs_check: /dev/sda1 is invalid (cannot read first 512 bytes)
strace xfs_check & see what syscall fails, and see if there are any
system messages.
Another problem i get is that when i do a xfs_repair i get a segfault.
this may be an issue with the memory requirements of repair - you could
gdb the corefile to see why it segfaulted.
be sure you have the latest userspace, too, just for starters.
-Eric
|