On Fri, 28 Mar 2008 15:07:21 +0700 Patrick
Shirkey <pshirkey(a)boosthardware.com> wrote:
Hi,
Can anyone point me to a library that lets me mount a disk, copy data to
the disk and unmount the disk?
regarding cp: if you do this in c++, you might want to use
boost::filesystem::copy_file()
Thanks. This is quite a good selection so far.
I wonder why nothing relevant shows up for me with google?
It's all webpages talking about how to mount a device from CLI...