The following fstab entries allowed rw access on my data drives and mounted them in /media:
UUID=1214119514117CC3 /media/Expansion1 ntfs auto,nofail,noatime,rw,user,dev,umask=000,uid=noleks,gid=noleks 0 0UUID=8EF6A334F6A31C09 /media/Expansion2 ntfs auto,nofail,noatime,rw,user,dev,umask=000,uid=noleks,gid=noleks 0 0
Now for some reason in Ubuntu 22.04 they mount as ro.I dual booted this drive. I made sure that I turned of fast boot and shut down cleanly.I have also confirmed that removing these entries allows the drives to mount in the wrong place (/media/noleks) but rw mode.
Is there an adjustment that can be made to the fstab entries to get things working again or is there some other setting I need to change?