Mounting

Using applications, configuring, problems
Post Reply
Message
Author
Ndryusyua

Mounting

#1 Post by Ndryusyua »

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 :P I'm a bit confused by it..

doopdoop
Posts: 48
Joined: Thu 28 Jul 2005, 08:38
Location: Magdeburg, Germany

#2 Post by doopdoop »

For the commandline option:

Start rxvt.
make some dir to mount to e.g.

Code: Select all

mkdir /mnt/camera
then try to mount your drive

Code: Select all

mount /dev/sdb1 /mnt/camera

User avatar
Ndryusyua
Posts: 9
Joined: Thu 28 Jul 2005, 12:41
Location: The Blue Mountains of New South Wales, Australia

#3 Post by Ndryusyua »

Thankyou! :D

Edit: It has worked :) ^_^

User avatar
Ndryusyua
Posts: 9
Joined: Thu 28 Jul 2005, 12:41
Location: The Blue Mountains of New South Wales, Australia

#4 Post by Ndryusyua »

Ok.. now how do you unmount it? :P

(This is another bug I just forgot about.. I cannot open help documentations. Maybe it is OPERA's fault but I'm not sure. So it prevents me from reading the help. :x)

doopdoop
Posts: 48
Joined: Thu 28 Jul 2005, 08:38
Location: Magdeburg, Germany

#5 Post by doopdoop »

OK, i knew i forgot something.

Code: Select all

umount /mnt/camera

User avatar
Ndryusyua
Posts: 9
Joined: Thu 28 Jul 2005, 12:41
Location: The Blue Mountains of New South Wales, Australia

#6 Post by Ndryusyua »

Yay! :D

Post Reply