Re: [go-nuts] Getting root file path of USB pen drive

2016-08-18 Thread anjaanaadmi42
On Thursday, August 18, 2016 at 9:34:08 PM UTC+5:30, Andy Balholm wrote: > > > A potential cross-platform option would be to parse the output of the > mount command (with no arguments, it prints a list of mounted volumes). But > the filtering could be a challenge. > > > FWIW, I found this pack

[go-nuts] Getting root file path of USB pen drive

2016-08-18 Thread anjaanaadmi42
I am using Go to write an app that can copy some files to a USB pen drive. A web-based interface running on localhost will allow users to select the drive location where the files need to be copied. I am developing this on a Mac, with the goal of deploying the app on a Raspberry Pi 3 device runn