I am on the latest Ubuntu. I noticed a few weeks ago that whenever I tried to download anything via Firefox it would fail. I have just noticed in my file manager that Documents, Videos, Music, downloads, etc are all owned by me, but read only. I have tried chmod -R o-rwx
and opening Nautilus in a terminal with sudo and tried changing there too and those do not work either. I just can not change them.
Any ideas, PLEASE?
Linux BaroniPC 5.15.0-40-generic #43-Ubuntu SMP Wed Jun 15 12:54:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
fstab changes made a few years ago:
#/windows was on /dev/sda2 during installation
#UUID=7EFBAA7D470A78F5 /windows ntfs-3g defaults,locale=en_GB.UTF-8 0 0 #vfat utf8,umask=007,gid=46 0 1
#Downloads /dev/sdc1
UUID=29DD5A1F6EE94DBF /home/baroni/Downloads ntfs auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 0
#Documents sdc3
UUID=581D33AA242769BA /home/baroni/Documents ntfs auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 0
#Videos sdc2
UUID=7D26D47D2C4B9A2C /home/baroni/Videos ntfs auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 0
#Pictures sdc5
UUID=61E6CEB00317BB99 /home/baroni/Pictures ntfs auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 0
#Music sdc6
UUID=732D95F04D5A444B /home/baroni/Music ntfs auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 0
#Ext_Documents Backups dev/sdd1
UUID=61000e07-7c55-4d0f-a233-c350229485ae /media/Backup ext4 defaults 0 0
chmod -R o-rwx
what is that supposed to do on an NTFS mount? Make sure you mount the ntfs as writable and make sure ntfs partiyions are not dirty and in need of a checkdisk from within windows. – Rinzwind Jul 13 '22 at 14:51