fedor core 2에서 flash memory사용은?

synapse의 이미지

fedora core 2 FTP 설치를 하였습니다.
그런데 mount /dev/sda1 /mnt/usb-momory로 mount하니 mount가 되지 않는 군요!.

왜 그럴까요?
kernel compile부터 다시 해야하나요? 워낙 초보라서요......
아시는 분은 알려주시면 감사하겠습니다.
감사합니다,

codebank의 이미지

일단 장비를 연결시키면 dmesg에 인식된 장비의 로그가 남습니다.
터미널에서 dmesg를 실행시키면 마지막부분에 그에 해당되는 메시지가 있습니다.
제 경우에 디지털 카메라를 연결하면

...
usb 3-3: new high speed USB device using address 2
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Sony      Model: Sony DSC          Rev: 4.40
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sda: 253696 512-byte hdwr sectors (130 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
  /dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.

만일 위와같은 메시지가 출력되지 않는다면 커널 컴파일을 다시해보세요.
위와 비슷한 메시지가 출력되면 /dev/sda*로 검색하면 연결된 장비가 나올겁니다.
만일 사용하는 Flash memory리더기가 USB MASS Storage형식을 지원하지
않는다면 연결되지 않을 수도 있습니다.

------------------------------
좋은 하루 되세요.

신헌주의 이미지

저도 같은 문제가 있었는데 이렇게 하니가 되더군요.
mount /dev/sda /mnt/usb-memory
이렇게 마운트하면 usb메모리스틱 잘 됩니다.
저도 초보라 이유는 잘 모르겠으나 /sda1 을 마운트하면 안되더군요

진정한 남자의 로망을 위하여