Click to See Complete Forum and Search --> : Input/output error


jhw
11-01-2001, 08:49 PM
I created /home/john and put all kinds of files and other dirs there...then I accidentally tried:
#adduser john
adduser: user john already exists

Now it seems all my files in /home/john are gone!
#ls /home/john
ls: /home/john:Input/output error

....any ideas? Thanks,

error27
11-02-2001, 12:29 AM
I'm guessing something is screwed up with permisions...

chown -R root.root /home/john/*

now can you view it as root?

jhw
11-02-2001, 09:46 AM
Well magically my files have returned. I think I know the problem....samba. I had /home/john shared. After a reboot things came back to normal (without running samba).