Mounting NTFS external drive via FSTAB

Hello

From Dolphin I can mount the external NTFS USB drive in Read only mode. I have identified its UUID and tried different FSTAB entries without success.

This is my latest attempt

#UUID=3C20A3B820A37812 /mnt/Wave4T ntfs rw,auto,user,fmask=133,dmask=022,uid=1000,gid=1000 0 0

Problem solved # Thanks

You need to remove the # from the beginning of the line.

If it still doesn’t work, what is the error you get when you run sudo mount /mnt/Wave4T?

If it is mounting in readonly it may mean the filesystem needs some minor repair. Especially if it was last connected to Windows.

Line was commented out. :sweat_smile:

1 Like