Mounting
Mounting
Is there a limit of number of drives you can mount on the puppy drive mounter? I have heaps, but it cuts off after "MS-DOS 2" which is assigned to sda1. I can't find out how to open sdb1 (A camera). Is there something wrong with the camera's drive? I reformatted it when it was giving errors so I shouldn't think so. It shows the partitions in the manager and everything.. It's just that I can't mount it.. if someone would just tell me how to use the commandline mounter it would help also I'm a bit confused by it..
For the commandline option:
Start rxvt.
make some dir to mount to e.g.
then try to mount your drive
Start rxvt.
make some dir to mount to e.g.
Code: Select all
mkdir /mnt/camera
Code: Select all
mount /dev/sdb1 /mnt/camera
OK, i knew i forgot something.
Code: Select all
umount /mnt/camera