'/media/username/TOSHIBA EXT'
The space in the path is causing a problem for me. How do I change the mount point, path name, etc?
/etc/fstab says it handled by udev, but I do not know what to do.
/etc/fstab
Code: Select all
# Pluggable devices are handled by uDev, they are not in fstab
UUID=7d09aa43-985d-42f7-8ad5-67c491c6d7a1 / ext4 discard,noatime 1 1
UUID=3826-7875 /boot/efi vfat noatime,dmask=0002,fmask=0113 0 0
UUID=270610a4-4ac4-4ad7-aa32-e83aca85d64c swap swap discard
Options in disk manager:
Code: Select all
defaults,nodev,nosuid,uid=1000,gid=1000,windows_names,uhelper=udisks2
But how to avoid this problem on a system level without having to worry about the disk label I plug into usb port? I still would like to get the answer to the original question: How do I change the mount point, path name, etc? And how to avoid spaces in the mount path?
Edit3: A related question. I have partitioned my internal drive to three ext4 partitions. MX23 installed on one of them. MX23 automatically mounts one of the free ext4 partitions as '/media/username/Data2'. Where is that defined and how to customize it?
There is the third ext4 partition (nvme0n1p4) which does not get mounted automatically. Again, why and how to customize it?
Code: Select all
nvme0n1 238.5G
├─nvme0n1p1 /boot/efi EFI-SYSTEM 128M 3826-7875
├─nvme0n1p2 / rootMX23 127G 7d09aa43-985d-42f7-8ad5-67c491c6d7a1
├─nvme0n1p3 [SWAP] swapMX 15.6G 270610a4-4ac4-4ad7-aa32-e83aca85d64c
├─nvme0n1p4 Data1 63.5G 53d5a250-a33b-42ea-aa7a-e8476778eada
└─nvme0n1p5 /media/username/Data2 Data2 32.3G a57a5e7e-1aa0-4e9e-bfe9-aab02ea25a63
Linux MX23