Thread: help fixing auto mount for ntfs (fstab)
i have ntfs partition want automatically mounted every time login, @ ~/share.
here relevant line of /etc/fstab:
uuid=12b01d06285506a5 /home/me/share ntfs defaults,uid=1000,noatime 0 0
doesn't quite work. when login, if type `ls /home/me/share`, directory appears empty.
have do:
`sudo umount /home/me/share`
responds saying "not mounted".
`sudo mount -a`
mounts partition. can see directory contents. interestingly, if skip umount step, mounting has no effect-i still can't see directory contents.
thank suggestions fix this.
interesting. how this?
then put /etc/fstab:code:sudo mkdir /windows
code:uuid=12b01d06285506a5 /windows ntfs defaults,umask=007,gid=46 0 0
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] help fixing auto mount for ntfs (fstab)
Ubuntu
Comments
Post a Comment