外付けHDD(250Gb)が自動的にマウントされない
# dmesg | tail
sda: Mode Sense: 38 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 38 00 00 00
sda: assuming drive cache: write through
sda: sda1
sd 0:0:0:0: Attached scsi disk sda
usb-storage: device scan complete
sd 0:0:0:0: Attached scsi generic sg0 type 0
# fdisk -l /dev/sda1
Disk /dev/sda1: 250.0 GB, 250056705024 bytes
255 heads, 63 sectors/track, 30400 cylinders
Units = シリンダ数 of 16065 * 512 = 8225280 bytes
デバイス Boot Start End Blocks Id System
■一度マウントしてみる
# mkdir /mnt/usbdisk
# mount /dev/sda1 /mnt/usbdisk
# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda3 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/sda1 on /mnt/usbdisk type vfat (rw)
これでマウントできた
■自動マウント
fstabを編集しても自動的にマウントされない・・・
調べてみるとどうやらsdaとして認識される前にfstabが動作しているようです(ソース).まぁCUIのみでシステムを稼働させているので自分でmountした方がわかりやすいかもしれない.自動マウントはやめよ
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment