Problems mounting ntfs drive
by Johantonissen from LinuxQuestions.org on (#51BSD)
Hello there,
I have some problems punting my ntfs drives.
I've mounted my drives as the following which works fine except i cant change the user and group of my files and folders. It does mount my drive and allows me to create files on the new drive, i just don't have permission to change files weirdly enough.
This is done with the following permissions:
Code:cat /etc/fstab
UUID=e9fb6ad8-1bc1-4c64-aef4-401780935e3e / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0
UUID=B0561F00561EC74E /media/kist ntfs-3g defaults 0 0I however want to be able to be able to change folders owners and groups so I've checked how i can change the permissions in order to do that. Ive found the following link:
https://unix.stackexchange.com/quest...-to-mount-ntfs
This way I've set the following permissions:
Code:cat /etc/fstab
UUID=e9fb6ad8-1bc1-4c64-aef4-401780935e3e / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0
UUID=B0561F00561EC74E /media/kist ntfs-3g rw,auto,user,fmask=133,dmask=022,uid=1000,gid=1000 0 0However when i apply that nu drive doesn't mount correctly and i get an unstable system.
I can't even access the system over ssh anymore. And when i click the drive the system crashes.
Does anyone have an idea how i can solve this ? Or where the problem lies in this what i'm doing ?
I'm running armbian system with Ubuntu bionic.
I can unfortunately not change the drive from ntfs to ext4 since the drive is 4TB and I don't have such a large drive around to make the backup.....
Thank you in advance.


I have some problems punting my ntfs drives.
I've mounted my drives as the following which works fine except i cant change the user and group of my files and folders. It does mount my drive and allows me to create files on the new drive, i just don't have permission to change files weirdly enough.
This is done with the following permissions:
Code:cat /etc/fstab
UUID=e9fb6ad8-1bc1-4c64-aef4-401780935e3e / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0
UUID=B0561F00561EC74E /media/kist ntfs-3g defaults 0 0I however want to be able to be able to change folders owners and groups so I've checked how i can change the permissions in order to do that. Ive found the following link:
https://unix.stackexchange.com/quest...-to-mount-ntfs
This way I've set the following permissions:
Code:cat /etc/fstab
UUID=e9fb6ad8-1bc1-4c64-aef4-401780935e3e / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0
UUID=B0561F00561EC74E /media/kist ntfs-3g rw,auto,user,fmask=133,dmask=022,uid=1000,gid=1000 0 0However when i apply that nu drive doesn't mount correctly and i get an unstable system.
I can't even access the system over ssh anymore. And when i click the drive the system crashes.
Does anyone have an idea how i can solve this ? Or where the problem lies in this what i'm doing ?
I'm running armbian system with Ubuntu bionic.
I can unfortunately not change the drive from ntfs to ext4 since the drive is 4TB and I don't have such a large drive around to make the backup.....
Thank you in advance.