xfsdump INTERRUPT issue

Stan Hoeppner stan at hardwarefreak.com
Fri Dec 21 11:12:57 CST 2012


On 12/21/2012 9:32 AM, Jeffrey Ellis wrote:

> xfs_repair /dev/sda2
> xfs_repair: /dev/sda2 contains a mounted filesystem 
> 
> xfs_repair /dev/sda3
> xfs_repair: cannot open /dev/sda3: Device or resource busy

~$ man xfs_repair

... the filesystem to be repaired must be unmounted ...

Note the "-r" option and the "-n" option.  The former specifies the
realtime device (partition) and the latter allows you to do a non
destructive repair, i.e. a "check", on a mounted filesystem.  Probably a
good idea at this point.	

So you might try something like:

~$ xfs_repair -n -r /dev/sda2 /dev/sda3

-- 
Stan



More information about the xfs mailing list