ChrisH Posted July 22, 2006 Posted July 22, 2006 Im using slackware 10.2 and I am having trouble mounting my USB drives all of a sudden. When I try to browse the directory in Konqueror or anything else I get Cant open /etc/mtab for writing: input/output error It looks like this is happening when it is trying to be mounted as a manual mount yields the same result. The USB drive has an entry in /etc/fstab and looking at dmesg it looks like fine. So please help as Im stuck
kingswood Posted July 23, 2006 Posted July 23, 2006 I was about to say, "Windows doesn't have an /etc/fstab file"-- but then realised you were talking Linux. Must have been that wine I had last night (rubs eyes again). :-)
openhgs Posted July 23, 2006 Posted July 23, 2006 This sounds suspiciously like an issue with the hal daemon. I've found trouble shooting this little monster to be impossible. Do what I do and take the easy route. Disable the hal daemon and mount your usb drives manually. Something like mount /dev/sda1 /mnt/usb should do he trick.
Geoff Posted July 24, 2006 Posted July 24, 2006 how are you mounting your usb. are you using an automounter?
ChrisH Posted July 24, 2006 Author Posted July 24, 2006 I tried the automounter and when that didnt work I tried manually from the console.
ico2 Posted September 15, 2006 Posted September 15, 2006 rm -f /etc/mtab; ln -s /proc/mounts /etc/mtab
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now