Hi folks hopefully someone can help diagnose this problem I have.
I have an externally powered USB drive attached to my 4gb Pi4 but it is only showing up as read only. My other various drives 4tb etc are rw.
I have read the tutorial
https://pimylifeup.com/raspberry-pi-mount-usb-drive/
In the turtorial it showed how to look at mounts and the strange thing when I run cat /proc/mounts I see it seems to be mounted ro - which I assume is read only
/dev/sdb2 /media/pi/My_Bkp01 fuseblk ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
I have latest Pi4 update and also installed the latest ntfs by doing
sudo apt install ntfs-3g
sudo blkid shows that its and ntfs partition.
/dev/sdb2: LABEL="My_Bkp01" UUID="4A6A222A6A2212ED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="2d81d6aa-2ff8-49e1-a709-da4ab467214a"
I would prefer to be able to have the drive auto mount when I plug in the usb cable, but it is looking like I will need to have an fstab entry.
Is there a way to have the drive auto mount, just like other smaller drives?
Regards
Tony