Perhaps this small example will clarify. /dev/sdc1 is my camera's sd
card which I inserted in a usb slot, and I am in my home directory:

[0 ~]$ mkdir duck
[0 ~]$ echo "Hello World" >duck/test.txt
[0 ~]$ ls duck
test.txt
[0 ~]$ sudo mount /dev/sdc1 duck
[0 ~]$ ls duck
dcim/  misc/
[0 ~]$ sudo umount duck
[0 ~]$ ls duck
test.txt
[0 ~]$ cat duck/test.txt
Hello World
[0 ~]$ 

HTH,
Scott Swanson

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to