Hi, I'm using MachineKit as well. To be able to use my USB thumb drive I do the following (with an internet connection via the ethernet port):
sudo apt-get install pmount then I use: sudo fdisk -l to find the USB drive. It usually ends up being sda. There were two partitions on the drive, sda1 and sda2, so I use: sudo pmount sda2 since that is where the data I want to access is. After this I could access the drive. This is not a permanent fix (if that is what you are looking for). I need to do this every time after I boot (which really isn't an issue for me since I'm setting up fresh LinuxCNC MachineKit systems and copying over files to the new uSD). Sometimes I need to re-insert the thumb drive if it isn't found after booting up. To make the mount happen at bootup you should be able to change the /etc/fstab file. You can try adding the following line to your fstab file to get it to mount at boot time: /media/sda2 / ext4 noatime,errors=remount-ro 0 0 Follow the same format as the mmcblk lines in the file. If your disk isn't sda2, then change that to whatever it shows up as from the fdisk command (above). Jeff ---------------------------------------- > From: pkm...@gmail.com > Date: Mon, 2 Dec 2013 21:45:15 +0200 > To: emc-users@lists.sourceforge.net > Subject: Re: [Emc-users] Beaglebone USB > > 2013/12/2 Kent A. Reed > <kentallanr...@gmail.com<https://mail.google.com/mail/u/0/?view=cm&fs=1&tf=1&to=kentallanr...@gmail.com> >> > >> On 12/2/2013 11:49 AM, Andrew wrote: >>> 2013/12/2 Charles Steinkuehler >>> <char...@steinkuehler.net<https://mail.google.com/mail/u/0/?view=cm&fs=1&tf=1&to=char...@steinkuehler.net> >>> >>> >>> On 12/2/2013 12:08 AM, Erik Christiansen wrote: >>>>> Perhaps you can talk Charles into including the pmount package in his >>>>> distro. >>>> I installed the minimum amount of packages I could to get LinuxCNC built >>>> and running. But Debian has just about anything you might ever want, >>>> just "aptitude install <package>". >>>> >>> I installed pmount package and nothing changed. When I try to mount or >> open >>> a flash drive from 'linuxcnc' session: 'Failed to mount "PENDRIVE". Not >>> Authorised' >>> No such problem with 'root'. >>> >> >> My knowledge may be out of date but the last time I looked at pmount it >> required the user to be a member of the group "plugdev". >> >> Thanks for the tip. > I just did > addgroup linuxcnc plugdev > and nothing's changed. > > More googling shows that the problem is much deeper. > There's a solution in this thread > http://linux.derkeiler.com/Mailing-Lists/Debian/2011-10/msg01232.html > I will probably try it later. > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > Emc-users mailing list > Emc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users