0

I'm on Ubuntu 12.04 LTS.

I want to create a link from the WorkSpace folder on my desktop.

I did right click on that folder and choose Make Link option from the menu. And did move/paste or copy/past that link on the desktop, but...

When I perform system restart, the link is broken.

So, is it possible to create a link from a folder that is in E:\, on the desktop, without creating a helper link as known from windows "send to" functionality?

Tuberose
  • 63
  • 1
  • 1
  • 8

2 Answers2

3

The reason you get a broken link is that the host partition is not mounted on startup. You have to add the UUID of that partition to /ets/fstab.

This Answer will help you to get your correct UUID.

0

Try out this answer fstab for automounting in /etc/fstab and beware of filesystem type, e. g. ext4 or ntfs or similar, and device name...

Leder
  • 282