3

I use Ubuntu 14.04. The partition where my files are located is not the same as the one my system is installed in. If I create a shortcut to a folder in the data partition and place that shortcut in my desktop, it works perfectly until I restart the system, then it breaks. It's happening all the time. I could live with that, but apparently Dropbox can't, or any other program using files from the data partition. Any ideas?

It looks like this:

/media/myname/8440508D405087B6/Dropbox

The numbers seem to change every time.

Ryan
  • 1,428
  • 1
  • 12
  • 15

1 Answers1

4
  1. Assign a label to this partition;
  2. For auto-mounting, add it to /etc/fstab file (for example, look here: How to automount NTFS partitions ? or here: https://help.ubuntu.com/community/Fstab#ntfs).
user300458
  • 2,108
  • 2
  • 17
  • 20