Tagged Questions
7
votes
2answers
13k views
How can I fsck a partition when the device reads as busy (but has been confirmed otherwise)?
I'm attempting to run fsck -p /dev/sda5 to repair errors on an ext4 partition, however the command outputs
fsck from util-linux-ng 2.17.2
fsck.ext4: Device or resource busy while trying to open ...
3
votes
1answer
900 views
Unable to mount a second hard drive in Ubuntu Server
I am adding a second drive to my Ubuntu Server. It was previously in a FreeNas system, but I got rid of the XFS partition and created an ext4 partition (in an older Ubuntu system). I then backed up ...