[Novalug] writing to USB

Nick Danger nick@hackermonkey.com
Sat Jan 3 21:26:06 EST 2009


Nino Pereira wrote:

> < [1465650.789546] sd 4:0:0:0: [sdb] Assuming drive cache: write through
> < [1465650.789565]  sdb: sdb1
> < [1465650.857692] sd 4:0:0:0: [sdb] Attached SCSI removable disk
> < [1465650.857785] sd 4:0:0:0: Attached scsi generic sg3 type 0
> 
> Now, where do I go from here? Should I do something like
> 
> cp foo /media/sdb/.    (or, maybe, /mnt/sdb1)
> 

Device is /dev/sdb. The first partition is /dev/sdb1.  Try doing an
"fdisk -l /dev/sdb" and see what it says about the partitions. "mount"
should show if its mounted already. Since you said /media/sdb  Im
assuming you are talking Ubuntu. It should have automounted for you.

Nick




More information about the Novalug mailing list