Thursday, May 3, 2012

How to usb support on Red Hat 5


- How to mount usb on redhat5:

- plug in the usb device
- # cat /var/log/dmesg or # dmesg to find the name the device (similar /dev/sda or /dev/sdb).
- # fdisk -l :
- # mkdir /mnt/usb
- # mount /dev/sda1 /mnt/usb

No comments:

Post a Comment