아래글 남긴 초보입니다.. usb마운트 점 가르쳐주세요

yukiaruo의 이미지

리눅스에서 아까의 하드를 이동식 usb하드로 인식시켜볼려합니다.

그리고 나서 백업을 시켜볼려고하는데..

마운트법좀 도와주세요

그리고 아랫글 답변달아주신분 감사해요~~

양치 할게요..^^

랜덤여신의 이미지

요즘 배포판에서는 그냥 마운트하면 잘 됩니다;
mount /dev/sda1 마운트할위치
우분투에서는 그냥 USB 꽂기만 해도 자동으로 인식되면서 탐색기 창이 뜨더군요... :-)

yukiaruo의 이미지

레드햇 9.0인데 마운트할 이동식 유에스비에는 한컴3.0이 설치되어있는데요~~

도저히 마운트가 안되네요

위에거 대로했는데

can't find /etc/fstab or /etc/mtab

이렇게만뜨고 마운트는 안되네요;;;

저어 미치겠어요ㅜ.ㅜ

제발 도와주심 감사

Prentice의 이미지

연관된 질문은 기존 글에 계속 덧붙여 주시는 것이 좋습니다.

----

fdisk나 cfdisk 로 /dev/sda의 파티션이나 파일시스템이 어떻게 되어 있는지 확인하시고, /mnt/sda등의 마운트포인트를 만들어주신 후,

mount -t ext3 /dev/sda1 /mnt/sda1
mount -t ext2 /dev/sda5 /mnt/sda5

.. 등을 해주세요. 숫자와 파티션타입은 fdisk등에서 확인하신대로 하시면 됩니다.

root 권한으로 작업하셔야 할지도 모릅니다. 조심하세요. fdisk에서 write는 하지 마시고 보기만 하세요.

----

마운트 성공하시면 chroot로 ttyload RPM을 삭제하시는 수도 있을 것 같습니다.

codebank의 이미지

USB를 꼽고 자동인식이 가능하다면 dmesg를 이용해서 최근에 인식된 장비를 볼 수가
있습니다.
또는 /var/log/message 파일을 열어보면

Apr  4 15:21:17 notebook usb 1-4: new high speed USB device using ehci_hcd and address 3
Apr  4 15:21:18 notebook scsi0 : SCSI emulation for USB Mass Storage devices
Apr  4 15:21:18 notebook usb-storage: device found at 3
Apr  4 15:21:18 notebook usb-storage: waiting for device to settle before scanning
Apr  4 15:21:23 notebook Vendor: Sony      Model: Sony DSC          Rev: 4.40
Apr  4 15:21:23 notebook Type:   Direct-Access                      ANSI SCSI revision: 00
Apr  4 15:21:23 notebook SCSI device sda: 253696 512-byte hdwr sectors (130 MB)
Apr  4 15:21:23 notebook sda: assuming Write Enabled
Apr  4 15:21:23 notebook sda: assuming drive cache: write through
Apr  4 15:21:23 notebook SCSI device sda: 253696 512-byte hdwr sectors (130 MB)
Apr  4 15:21:23 notebook sda: assuming Write Enabled
Apr  4 15:21:23 notebook sda: assuming drive cache: write through
Apr  4 15:21:23 notebook sda: sda1
Apr  4 15:21:23 notebook Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Apr  4 15:21:23 notebook Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
Apr  4 15:21:23 notebook usb-storage: device scan complete
Apr  4 15:21:23 notebook scsi.agent[11440]: disk at /devices/pci0000:00/0000:00:0b.2/usb1/1-4/1-4:1.0/host0/target0:0:0/0:0:0:0

와 같은 메시지를 보실 수 있습니다.(위 내용은 제 디지털카메라를 연결했을때
나오는 메시지 입니다.)
메시지를 잘 살펴보면 sda1에 연결되었다는 것을 알 수가 있죠.
저의 경우 디카의 메모리가 VFAT형식이기때문에 (/mnt/camera라는 디렉토리를
미리 만들어 두었죠.)
# mount -t vfat /dev/sda1 /mnt/camera
형태로 연결해서 사용하고 있습니다.
USB HDD도 그리 크게 다르다고 생각하지는 않습니다. -t옵션에 vfat대신에 ext2나
ext3(한컴에서 잡아줬던 파일 시스템을 적으시면 됩니다.)를 적어 주면 됩니다.
/mnt/camera 라는 디렉토리는 mount하기전에 반드시 만들어 놓아야만합니다.

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

mudori의 이미지

컴파일 할때 usb 올리시구요. 커널이 2.6계열에 잘 않되었습니다.(6개월 전쯤)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.