Do you want to Auto Mount the different Partitions in Linux / Mint when the system is started?
the do the following:
Open Terminal (Ctrl + Alt + T)
and type following commands:
1.) ls -l /dev/disk/by-uuid
2.) get the IDS of the partitions to auto Mount (eg.: “48E24944E2493788” )
3.) open startup applications (from Software manager)
4.) add the partitions.
eg: to add sd2 with the ID “48E24944E2493788”
Name= automount sd2
Command= /usr/bin/udisks –mount /dev/disk/by-uuid/48E24944E2493788
comment =
press OK
775 total views, 1 views today