I have text file on disc /media/pc/Data/
How to open the text file using a symbolic link on /home/pc/Desktop/
I can mount (double click on the Data icon, which I have on the Desktop) and then the symbolic link is working.
But can I acces the text file just with double clicking on the symbolic link?
How to open file from unmounted disc using a symbolic link [Solved]
How to open file from unmounted disc using a symbolic link
Goodbye Windows 

- dolphin_oracle
- Developer
- Posts: 22111
- Joined: Sun Dec 16, 2007 12:17 pm
Re: How to open file from unmounted disc using a symbolic link
No the file system must be mounted or it’s contents are not accessible.
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: How to open file from unmounted disc using a symbolic link
And can I add something to Session and Startup - to mount automaticly /media/pc/Data/ ?
Goodbye Windows 

- dolphin_oracle
- Developer
- Posts: 22111
- Joined: Sun Dec 16, 2007 12:17 pm
Re: How to open file from unmounted disc using a symbolic link [Solved]
use disk manager to add the device to your /etc/fstab so its mounted every boot. its installed by default on MX.snl wrote: Thu Oct 27, 2022 1:43 pm And can I add something to Session and Startup - to mount automaticly /media/pc/Data/ ?
you'll probably want to mount the device under /media/Data instead of /media/$USER/Data.
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.