F5F Stay Refreshed Software Operating Systems Use the keyboard shortcut Ctrl+Alt+D to open the drive menu and select your USB drive.

Use the keyboard shortcut Ctrl+Alt+D to open the drive menu and select your USB drive.

Use the keyboard shortcut Ctrl+Alt+D to open the drive menu and select your USB drive.

M
MinerJC_66
Member
106
08-03-2023, 06:46 AM
#1
Yes, you can set up a shortcut for a mounted disk on your desktop in Ubuntu 21.10. Just drag the mount point to your desktop and assign it as a shortcut.
M
MinerJC_66
08-03-2023, 06:46 AM #1

Yes, you can set up a shortcut for a mounted disk on your desktop in Ubuntu 21.10. Just drag the mount point to your desktop and assign it as a shortcut.

C
CubeApples
Junior Member
6
08-23-2023, 01:35 PM
#2
You seem to be attempting to launch File Explorer at the drive location, but your request is a bit unclear. Could you clarify what you're trying to achieve?
C
CubeApples
08-23-2023, 01:35 PM #2

You seem to be attempting to launch File Explorer at the drive location, but your request is a bit unclear. Could you clarify what you're trying to achieve?

O
ovcoming
Member
229
08-23-2023, 02:00 PM
#3
Certainly, I understand you're referring to a different file manager on Ubuntu.
O
ovcoming
08-23-2023, 02:00 PM #3

Certainly, I understand you're referring to a different file manager on Ubuntu.

R
REIKINGX
Member
71
08-28-2023, 08:45 AM
#4
Open terminal and paste the Nautilus.desktop file onto your desktop: cp /usr/share/applications/org.gnome.Nautilus.desktop ~/Desktop/CustomNautilus.desktop. You’ll notice it appears now. Click right-click, choose "Properties," then ensure the Execute option is checked. Click again and pick "Allow Launching." Now you have a working desktop shortcut. Right-click once more and select "Open With Other Application" to set your preferred editor. The adjustments I made affected lines 2, 6, and 8. On line 2 I renamed the shortcut to "Download." On line 8 I switched the icon type to folder. In line 6 I included the desired directory for opening Nautilus. This is the path you’ll use when mounting your drive. If you want to explore other icons, look in /usr/share/icons/Yaru/32x32/—there are many options available.
R
REIKINGX
08-28-2023, 08:45 AM #4

Open terminal and paste the Nautilus.desktop file onto your desktop: cp /usr/share/applications/org.gnome.Nautilus.desktop ~/Desktop/CustomNautilus.desktop. You’ll notice it appears now. Click right-click, choose "Properties," then ensure the Execute option is checked. Click again and pick "Allow Launching." Now you have a working desktop shortcut. Right-click once more and select "Open With Other Application" to set your preferred editor. The adjustments I made affected lines 2, 6, and 8. On line 2 I renamed the shortcut to "Download." On line 8 I switched the icon type to folder. In line 6 I included the desired directory for opening Nautilus. This is the path you’ll use when mounting your drive. If you want to explore other icons, look in /usr/share/icons/Yaru/32x32/—there are many options available.

R
Rantruffs
Member
59
09-08-2023, 08:04 PM
#5
Thanks for the insight. It would be nice if Ubuntu highlighted only mounted USB drives in the sidebar. Currently it toggles on and off. I reset the settings to enable showing mounts and turned them off again. Remember to save your changes to "CustomNautilus.desktop" under a different name in the desktop folder so you can manage multiple files.

For users on 22.04 or later, right-click an empty area of the desktop, choose Desktop Icon Settings, then look for Dock Behavior settings. Adjust them as needed.

I updated my notes on July 16, 2022 after discovering a method that works for my requirements.
R
Rantruffs
09-08-2023, 08:04 PM #5

Thanks for the insight. It would be nice if Ubuntu highlighted only mounted USB drives in the sidebar. Currently it toggles on and off. I reset the settings to enable showing mounts and turned them off again. Remember to save your changes to "CustomNautilus.desktop" under a different name in the desktop folder so you can manage multiple files.

For users on 22.04 or later, right-click an empty area of the desktop, choose Desktop Icon Settings, then look for Dock Behavior settings. Adjust them as needed.

I updated my notes on July 16, 2022 after discovering a method that works for my requirements.