Comment 4 for bug 1061874

Revision history for this message
random (guardacaso) wrote :

This is related to the /etc/fstab file. The line for this partition looks like this:

# <file system> <mount point> <type> <options> <dump> <pass>
UUID=B63AA142792C2BD1 /media/data ntfs uid=1000,gid=1000,umask=022,exec 0 2

I commented the line out, restarted the system and mounted the partition with "sudo mount /dev/sda7 /media/data".
Afterwards I could copy the folder without problems. Did I do something wrong in the fstab line?