You are not logged in.
Pages: 1
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
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
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
Pages: 1