Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Softlinks On Cm10 Preview


This topic has been archived. This means that you cannot reply to this topic.
No replies to this topic

#1 Sharky444

Sharky444
  • Members
  • 2 posts

Posted 07 August 2012 - 10:19 AM

I've switched from Samsung Vanilla Android 3.1 to CM10 Android 4.1 alpha on my Galaxy Tab 10.1.

It works fine, with one exception.

When I connect a USB stick to the device the original Samsung Android mounted
it to /mnt/usbdrive, but has created a symbolic link to the internal storage
at /sdcard/storages/usbdrive as well, so it could be accessed easily, and
without a root request.

With CM10 it's mounted to /mnt/usbdrive, but no symbolic link is created.

So I've tried to do it myself in terminal:

ln -s /mnt/usbdrive /mnt/sdcard/storages/usbdrive

but get a "not supported" error message.

Please help!