I have ubuntu on my pc for half year right now. However recently I got annoyed by not enough space in my folder for files(ubuntu is on small 80 gb ide drive). So I partitioned my 750gb drive using exfat (drive has windows 10 on it) and mounted my partition. I was able to move files to it, change default download directory etc. The problem started, when I rebooted machine, and drive didn't mounted automatically. So I opened disk utility, checked custom mounting options, and checked auto mount. I rebooted pc, and drive mounted, but just for read. I've tried to edit /etc/fstab, but it did not help. I am using Ubuntu 20.04. Has anyone had this issue before? I would really appreciated any help.
EDIT: this is my fstab line mounting drive /dev/disk/by-uuid/9188-D2D0 /mnt/9188-D2D0 auto nosuid,nodev,nofail,x-gvfs-show 0 0
Mikołaj
/var/log/syslog
about mounting the ExFAT partition (2) the line in/etc/fstab
that mounts the partition. With this, it may be possible to offer a solution – matigo Nov 23 '21 at 22:21sudo apt update
followed bysudo apt install exfat-fuse exfat-utils
. See if this makes a difference. – Nmath Nov 23 '21 at 22:55