Embedded System
USB MOUNT
강백호v
2009. 4. 15. 01:56
LN2440SBC 보드 커널 2.4 버전에서 USB MOUNT 하기.
보드에 usb를 인식시키면, 장치명이 뜨는데.. 그것으로 마운트하면 됨. host0 혹은 host1로 인식됨.
mount /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/ide
커널 2.6 USB MOUNT 하기
mount -t vfat /dev/sda1 /mnt/xxx
sd 카드 마운트 하기
mount -t vfat /dev/mmcblk0pl /mnt/xxx