Mounting an USB key
- insert the USB key
- run modprobe usb-uhci if inserted after the machine was booted
- run usb-storage
- run dmesg to get the device id (should be something like sdb1)
- mkdire /mnt/usb
- mount /dev/sdb1 /mnt/usb
sk54220
- insert the USB key
- run modprobe usb-uhci if inserted after the machine was booted
- run usb-storage
- run dmesg to get the device id (should be something like sdb1)
- mkdire /mnt/usb
- mount /dev/sdb1 /mnt/usb
sk54220