-1

I created partition on my second SSD. To acces it I need to write very long path.

/media/ivan/8845bdd5-64ba-45be-90f6-83fd38ca946b

How can I change this path to something shorter?

Zig Razor
  • 3,381
  • 2
  • 15
  • 35
  • Please use [su] or [unix.se] for this kind of questions. This site here is for programming questions only and general OS and hardware support is off-topic. – Filburt May 14 '21 at 11:47

1 Answers1

0

You can create a symbolic link where you want using linux command ln.

For more details read this guide

Zig Razor
  • 3,381
  • 2
  • 15
  • 35