PDA

View Full Version : if you have a home directory and you have issues mounting



maestrobwh1
08-25-2009, 07:35 PM
it is because after the first shutdown, it seems as though the entries in /media disappear. Open /etc/fstab and just do


sudo mkdir /media/sdXY

for each listing. They stick after this. Weird.

I also, before mounting anything did a


sudo chmod 777 -R /media

just to make sure anything mounted there would have rw permission.