On Sat, Dec 22, 2012 at 11:10:24AM -0500, Jeffrey wrote: > Ok, I tried running the command. Here's my output: > > # xfs_repair -n -r /dev/sda2 /dev/sda3 > # Phase 1 - find and verify superblock... > # bad primary superblock - bad magic number 111 > # > # attempting to find secondary superblock... > # ................ > > and the dots are still just going after about 15 min. > > What should I do? Try pointing xfs_repair to the correct devices. From looking atthe earlier xfs_info output you posted, you've told it the realtime device is the data device and vice versa. i.e. you should be running: # xfs_repair -n -r /dev/sda3 /dev/sda2 Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs