
Disk manager
Disk manager
There is no Disk manager in new release ? (MX 21) 

- Eadwine Rose
- Administrator
- Posts: 14885
- Joined: Wed Jul 12, 2006 2:10 am
Re: Disk manager
Before rolling the eyes, run a search on the forum as to why.
In short, from what I understand: no longer developed by maker, taken over by someone here and trying to get it working.
You can use fstab as well to get things to automount. Bit more fiddling, yep, I know. I want DM back as well.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: Disk manager
Well you have right ...i don't search for answer in forum - my fault (sry)..anyway thank you for quick reply .
I know about fstab ,but still....is better to do mount by GUI
I know about fstab ,but still....is better to do mount by GUI

- dolphin_oracle
- Developer
- Posts: 22415
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Disk manager
It’s under development but not ready yet.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Disk manager
I have MX 21 KDE. I have used every possible way to get a partition that I have as a backup, to boot with the system. I have modified the /etc/fstab file with no positive results, I have written:
UUID=40ad3121-b294-4f41-9c9c9c-066950841bda /media/data ntfs-3g auto,rw,users,umask=000 0 0
And it doesn't work, also with:
UUID=40ad3121-b294-4f41-9c9c9c-066950841bda /media/gerson/data ntfs-3g auto,rw,users,umask=000 0 0 0
It didn't work either.
I then used:
UUID=53B06E787EB7EB7A49F /media/data ntfs-3g auto,rw,users,umask=000 0 0 0
No result and finally:
UUID=53B06E787EB7EB7A49F /media/gerson/data ntfs-3g auto,rw,users,umask=000 0 0 0
It didn't work for me either.
Translated with www.DeepL.com/Translator (free version)
UUID=40ad3121-b294-4f41-9c9c9c-066950841bda /media/data ntfs-3g auto,rw,users,umask=000 0 0
And it doesn't work, also with:
UUID=40ad3121-b294-4f41-9c9c9c-066950841bda /media/gerson/data ntfs-3g auto,rw,users,umask=000 0 0 0
It didn't work either.
I then used:
UUID=53B06E787EB7EB7A49F /media/data ntfs-3g auto,rw,users,umask=000 0 0 0
No result and finally:
UUID=53B06E787EB7EB7A49F /media/gerson/data ntfs-3g auto,rw,users,umask=000 0 0 0
It didn't work for me either.
Translated with www.DeepL.com/Translator (free version)
No todos ignoramos las mismas cosas. 

- dolphin_oracle
- Developer
- Posts: 22415
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Disk manager
Did you ensure those mount points exist?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Disk manager
Yes, I did it with the following commands:
Find out what partitions we have with:
$ sudo fdisk -l
Then locate the UUID with:
$ sudo blkid
No todos ignoramos las mismas cosas. 

Re: Disk manager
Here are some pretty decent tutorials....
https://www.makeuseof.com/tag/mounting- ... mand-line/
https://linuxize.com/post/how-to-mount- ... -in-linux/
https://linuxconfig.org/howto-mount-usb-drive-in-linux
https://www.makeuseof.com/tag/mounting- ... mand-line/
https://linuxize.com/post/how-to-mount- ... -in-linux/
https://linuxconfig.org/howto-mount-usb-drive-in-linux
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Re: Disk manager
FWIW if you install 'udiskie' and place the following command in your autostart, you will get a tray icon that is very helpful in performing automount and assisting with manual dismount.
Code: Select all
udiskie -s --automount --notify &
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Re: Disk manager
What do I do, just place that command and that's it?manyroads wrote: Sun Oct 24, 2021 10:41 am FWIW if you install 'udiskie' and place the following command in your autostart, you will get a tray icon that is very helpful in performing automount and assisting with manual dismount.
Code: Select all
udiskie -s --automount --notify &
Then I look for FWIW when it is installed?
Sorry if I did not understand.
No todos ignoramos las mismas cosas. 
