I have a NTFS partition that is automounted, and I want to enable trash bin. Right now, I can only permanently delete from it. The partition is
How to configure it on Ubuntu 20.04?
My fstab looks like this:
Code:
/mnt/4C74491474490266
My fstab looks like this:
Code:
# /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/sda6 during installation
UUID=cc0bcd2b-8de9-4f91-9f7e-e14c57eaf3a8 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=2641-384E /boot/efi vfat umask=0077 0 1
#/swapfile none swap sw 0 0
/dev/disk/by-uuid/4C74491474490266 /mnt/4C74491474490266 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/5280463C80462737 /mnt/5280463C80462737 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/22EC446AEC4439F5 /mnt/22EC446AEC4439F5 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/defdd9c3-1900-4bf9-b4a5-ea05e62d0304 /mnt/defdd9c3-1900-4bf9-b4a5-ea05e62d0304 auto nosuid,nodev,nofail,x-gvfs-show 0 0
Last edited: