You are not logged in.

#1 2004-06-02 02:11:25

schome1
Member
Registered: 2004-02-15
Posts: 61

mounting a usb quick drive with devfs

Without devfs, I can mount my usb quickdrive with the following command

mount /dev/sda1 /mnt/usbstick

What is the equivalent mount command in devfs?

Offline

#2 2004-06-02 02:44:24

schome1
Member
Registered: 2004-02-15
Posts: 61

Re: mounting a usb quick drive with devfs

I would also be interested in knowing the mount command to use when arch is converted to flat dev file system.  I can no longer use

mount /dev/sda1 /mnt/usbstick

Offline

#3 2004-06-02 06:35:29

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: mounting a usb quick drive with devfs

For the first question, it is the same.   I put it into  my fstab so I can just 'mount /mnt/usb' the dir...

/dev/sda /mnt/usb vfat noauto,users,exec 0 0
/dev/sda1 /mnt/mp3 vfat noauto,users,exec 0 0

...and these modules:  usb_storage sd_mod.

If you are having trouble, maybe you need the '-t vfat'.

Offline

Board footer

Powered by FluxBB