Hardkap » Macpup - The beauty of Linux

mounting external media?

(3 posts)
  • Started 7 months ago by deidre elizabeth
  • Latest reply from sankarv
  1. deidre elizabeth
    Member

    i'm used to pluging in the usb port cable and the drive pops up or it shows by default in the file manager or i can go to /media and double click to mount a device...

    i see sdb, sdb1 and sdb2 listed under /dev but don't know how to mount them.... any ideas?

    Posted 7 months ago #
  2. aen
    Member

    You have to get used to Puppy - it does not automatically mount your device. To do this you can go to the dock at the bottom of the screen and select the "drive mounter" icon. This will bring up a small screen which will have selections for Optical, USB. etc. Clicking on one of these selections will show you which devices are connected and a button to Mount. When you click Mount, if it is a storage device, the file manager opens and your files are shown.

    Sometimes you need to select a file from an external device while working in an application. If you don't have the device already mounted, you cannot select the file. If it is mounted, the file can be located in "mnt" (dev)

    Posted 7 months ago #
  3. puppy will mostly detect drives connected....

    ofcourse easiest way is to click on mount icon in desktop or from jwm menu Filesystem -> 'Pmount mount/Unmount drives' option.

    Another step is to check output of "tail -f /var/log/messages" from console which list new devices connected to machine from which you can manually mount from console

    For example If sda4 is the one detected...
    Cmd syntax : mount <device> <path to mount>

    E.g mount /dev/sda4 /root/newdir

    to unmount mounted device:

    Cmd: umount <path to mount>
    E.g. umount /root/newdir

    this is jus a sample reference use case.. hope something here may help you....

    Posted 3 months ago #

Important: If you want to be notified for any new post on this thread/topic, please go to your profile, activate favorite notification and then subscribe to this topic.


RSS feed for this topic

Reply

You must log in to post.