1
vote
2answers
2k views

mounted shares are not writable

I have several shares that are on my windows 7 system. The system I am accessing them from is an kubuntu 9.10 running gnome. These are the lines I have in my /etc/fstab file ...
0
votes
1answer
1k views

drive not mounting after reboot despite good fstab

I'm setting up a fresh Ubuntu 9.10 RC install. This is the fstab entry for my functioning, healthy raid array: # RAID storage drive /dev/md0 /media/storage ext3 auto,rw,user,relatime,exec,async 0 3 ...