On 22/11/14 04:47, Eduardo RodrÃguez wrote: > Hello. > Users on my ltsp-ubuntu14.04 aren't able to unmount usb drives if the > user is not root. > How can I solve it? > > Thanks > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.freenode.net > Make sure package 'ltspfs' is install on the server and 'ltspfsd' on the client image. : sudo apt-get install ltspfs : ltsp-chroot -m : sudo apt-get install ltspfsd
Rebuild image if required. Set the following in your lts.conf : MOUNT_LOCAL_MEDIA=True : LOCALDEV=TRUE Make sure the user is part of the 'fuse' group on the server : vim /etc/group Reboot thin client Insert a FAT32 USB and navigate to /media/<user> in your file manager, have a look around in there and see if it's mounted. By now it should be working. You will sometimes need to make a link to the following in the users file manager : /media/<user> If it's a ntfs drive make sure you have the 'ntfs-3g' package installed in the chroot. : apt-get install ntfs-3g Rebuild image from Michael ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
