Page 1 of 1
[solved]Setting Mountpoint

Posted:
Apr 30th, '24, 20:41
by Garthhh
MCC offers to set a new Mount point, what should that be for normal external sdd/nvme?
I have a btrfs formatted HDD in an USB enclosure, which doesn't show on dolphin, so no access
Re: Setting Mountpoint

Posted:
Apr 30th, '24, 20:46
by sturmvogel
There is no general rule. You can chose whatever you want.
Examples are:
/mnt/data
/data
/whateveryouwant
/mnt/whateveryouwant
Re: Setting Mountpoint

Posted:
Apr 30th, '24, 21:06
by Garthhh
What would a mount point that dolphin or system tray will recognize /var which I think is the current mount point doesn't work?
I don't see a way to determine the current mount point other than MCC>local disks> mount point & hope what's filled in is the current
Re: [solved]Setting Mountpoint

Posted:
May 1st, '24, 18:16
by Garthhh
I swapped enclosures, it's detected & usable. I was able to backup

Re: Setting Mountpoint

Posted:
May 2nd, '24, 17:56
by doktor5000
Garthhh wrote:I don't see a way to determine the current mount point other than MCC>local disks> mount point & hope what's filled in is the current
Best try using
lsblk in a terminal it will show the mountpoint in the rightmost column. Another option would be
findmnt or
mount
Re: [solved]Setting Mountpoint

Posted:
May 6th, '24, 00:20
by Garthhh
Thank You
Good breadcrumbs