accessing USB

Nicholas Sinnott-Armstrong nova at macintoshclub.com
Wed Aug 24 12:11:17 MDT 2005


you should be able to find the device by typing:
dmesg /more
and then, it should say something like:
DEVICE-NAME:USB drive
and a lot of debug info
after that, type
mount -t hfsplus /dev/DEVICE-NAME LOCATION to add (probably 
/mnt/something. make sure that the directory exists and there is 
nothing else mounted. then, to unmount and remove, type
umount DEVICE-NAME

I don't know if this works because my Wallstreet G3 linux machine does 
not have USB, but the process should be almost the same. also, try 
mount -t hfs if that does not work. if neither works, "man mount" tells 
how to do everything involved in mounting drives.

> is there a way to access an external drive connected via usb to my 
> Pismo running ydl 4.0? It is formatted hfs+.
> thanks for any help...



More information about the yellowdog-newbie mailing list