Code: Select all
ls -l /mnt
total 4
dr-x------ 1 root root 4096 Oct 3 08:29 usb1Code: Select all
/dev/sdc1 on /home/jody/ttt type ntfs (ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1)
Code: Select all
sudo mount -o rw /dev/sdc1 ~/usbNo error was returned but the drive was again only read-accessible by root.
It is not possible to change anything woth chmod or chown.
How can i mount an usb drive that is readable and writeable?

