I have an NTFS partition called 'Media', which was previously accessible at /media/(username)/Media. After a recent upgrade to Kubuntu 24.04, the path was somehow changed to /media/(username)/Media1.
This looks to be the same issue that happened to another user here when they upgraded to 22.04. I drew on that thread for providing the relevant information below:
$ lsblk -f
$ df -hT
$ ls -l /dev/disk/by-label
Since this deals with partitions I'd appreciate guidance on how to fix the mount point, if it's easy. (If not I can live with it.)
Bigger issue is this seems like a bug in the upgrade process with NTFS partitions.
This looks to be the same issue that happened to another user here when they upgraded to 22.04. I drew on that thread for providing the relevant information below:
$ lsblk -f
nvme0n1p8 ntfs Media 03417C3F444F6266 191.2G 78% /media/(username)/Media1
/dev/nvme0n1p8 ntfs3 850G 659G 192G 78% /media/(username)/Media1
lrwxrwxrwx 1 root root 15 Oct 7 17:49 Media -> ../../nvme0n1p8
Bigger issue is this seems like a bug in the upgrade process with NTFS partitions.
Comment