Okay, try this (use copy-paste, don't retype)

Code:
--------------------
    sudo echo "ENV{ID_FS_USAGE}==\"filesystem\", 
ENV{UDISKS_FILESYSTEM_SHARED}=\"1\"" > /etc/udev/rules.d/99-udisks2.rules
  sudo udevadm control --reload-rules
  sudo udevadm trigger
  
--------------------

Disconnect the drive, wait a few seconds and then re-attach it. Execute
the following command:

Code:
--------------------
    mount | grep udisks
--------------------

It should return something like
> dev/sdc1 on /media/Elements type vfat
> (rw,nosuid,nodev,relatime,uid=1000,gid=....
> 
In this example, /media/Elements is where your music files will be.

Do note that because the FAT file system does not have any security on
it, the Linux environment will only make it writable for one user (which
is the `uid=1000` part) and so LMS will not be able to store playlists
on it.


------------------------------------------------------------------------
gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=113904

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to