Comment 27 for bug 442130

Revision history for this message
Ian Eldred (ian-fantasyformula1) wrote :

I had this bug after I set up auto mounting of my NTFS drives. I fixed it by editing /etc/fstab as shown below:

#UUID=24482A274829F866 /media/General ntfs-3g rw,auto,user,fmask=0111,dmask=0000 0 0
/dev/disk/by-uuid/24482A274829F866 /media/General ntfs-3g rw,auto,user,fmask=0111,dmask=0000 0 0
#UUID=0064339B64339280 /media/Photos ntfs-3g rw,auto,user,fmask=0111,dmask=0000 0 0
/dev/disk/by-uuid/0064339B64339280 /media/Photos ntfs-3g rw,auto,user,fmask=0111,dmask=0000 0 0
#UUID=C4747EFD747EF192 /media/Video ntfs-3g rw,auto,user,fmask=0111,dmask=0000 0 0
/dev/disk/by-uuid/C4747EFD747EF192 /media/Video ntfs-3g rw,auto,user,fmask=0111,dmask=0000 0 0

The original lines have been commented out with #.

So the fix was simply replacing 'UUID=' with '/dev/disk/by-uuid/' on each line as suggested by Andras Muranyi in #22.