Hi,
After upgrading from 20.04 to 22.04 I lost the ability to write on a secondary hard drive of my laptop. I can click it on Dolphin and read the contents but I can't change them. Bassically I want to able again to read and write on the directory "DATA" in "/media/tommy/DATA" (where "tommy" is my username, id = 1000). Here is some information
Thanks
After upgrading from 20.04 to 22.04 I lost the ability to write on a secondary hard drive of my laptop. I can click it on Dolphin and read the contents but I can't change them. Bassically I want to able again to read and write on the directory "DATA" in "/media/tommy/DATA" (where "tommy" is my username, id = 1000). Here is some information
Code:
tommy@varanus:~$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda2 during installation UUID=f8e96d97-318a-4af8-af32-357512834f82 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation UUID=8224-3C30 /boot/efi vfat umask=0077 0 1 # /home was on /dev/sda3 during installation UUID=e93a8dd8-7e60-4e75-8a4b-08b2f8918f1c /home ext4 defaults 0 2 /swapfile none swap sw 0 0 tommy@varanus:~$ tommy@varanus:~$ tommy@varanus:~$ df -h Filesystem Size Used Avail Use% Mounted on tmpfs 787M 2.2M 785M 1% /run /dev/sda2 37G 31G 4.8G 87% / tmpfs 3.9G 169M 3.7G 5% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock /dev/sda3 191G 158G 24G 87% /home /dev/sda1 511M 5.3M 506M 2% /boot/efi tmpfs 787M 76K 787M 1% /run/user/1000 /dev/sdb1 916G 672G 198G 78% /media/tommy/DATA
Thanks
Comment