On Thu, Jul 7, 2011 at 12:43 PM, Seth Van Oort <svanoor...@gmail.com> wrote:
> Hi, I'm wondering if there's some special combination of options I
> have to use to copy from a file to a device. I have had no problem
> copy from a device to a file with the '--copy-devices' option,
> however, when I try to copy from the file back to the device, it
> always overwrites my device node with a regular file. Any ideas?

Just a shot in the dark, but from my memory devices are special files.
To write data to them, you append data to it. IE:

    echo "Hello, world!" >> /dev/mydevice

Or some-such thing. (I might be thinking of stuff in /proc).

-- 
Registered Linux Addict #431495
For Faith and Family! | John 3:16!
fsdev.net | 0x5f3759df.org | chrismiller.at

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to linuxusersgroup@googlegroups.com
To unsubscribe, send email to linuxusersgroup-unsubscr...@googlegroups.com
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
References can be found at: http://goo.gl/anqri
Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules or 
http://cdn.fsdev.net/List-Rules.pdf)

Reply via email to