戻る

前へ| 次へ

partition その2

少し もやもやしている事が有ります。

まあ 現象というか そのままというか 見ておきます

まあ usb の メモリ の 見え方 という感じです。

これは 購入してきたものが 既に vfat で 全て フォーマット されているの で この様な 感じが したのでしょう。

mac-fdisk /dev/sda

で 良いのでしょう。

勿論 usb が 複数の場合は どうなるかは別問題ですが、 では 試みて見ま しょう。

一個 挿入した場合

# cat syslog 
Nov 23 21:05:58 sv kernel: usb.c: USB device 2 (vend/prod 0x718/0x671) is not claimed by any active driver.
Nov 23 21:05:58 sv kernel:   Vendor: TDKMedia  Model: Transit           Rev: PMAP
Nov 23 21:05:58 sv kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Nov 23 21:05:58 sv kernel: Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Nov 23 21:05:58 sv kernel: SCSI device sda: 7806976 512-byte hdwr sectors (3997 MB)
Nov 23 21:05:58 sv kernel: sda: Write Protect is off
Nov 23 21:05:58 sv kernel:  unknown partition table

追加で もう一つ 追加した場合 の /var/log/syslog に追加される項目

Nov 23 21:06:38 sv kernel:   Vendor: TDKMedia  Model: Transit           Rev: PMAP
Nov 23 21:06:38 sv kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Nov 23 21:06:38 sv kernel: Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 0
Nov 23 21:06:39 sv kernel: SCSI device sdb: 15622144 512-byte hdwr sectors (7999 MB)
Nov 23 21:06:39 sv kernel: sdb: Write Protect is off
Nov 23 21:06:39 sv kernel:  sdb1

これで もやもや が 無くなりました やはり

# fdisk /dev/sda
# fdisk /dev/sdb

で あって

# fdisk /dev/sda1
# fdisk /dev/sdb1

という事 で 無い という事です。mac-fdisk で パーテションを 行ったもの 容量は 4GB です。これを fdisk で見てみましょう。

# fdisk /dev/sda
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


Command (m for help): p

Disk /dev/sda: 123 heads, 62 sectors, 1023 cylinders
Units = cylinders of 7626 * 512 bytes   /* 7626*512=3904512 約 4G */

   Device Boot    Start       End    Blocks   Id  System

Command (m for help): q

購入したままの 8GB のもの

# fdisk /dev/sdb

Command (m for help): p

Disk /dev/sdb: 247 heads, 62 sectors, 1020 cylinders
Units = cylinders of 15314 * 512 bytes  /* 15314*512=7840768 約 8G */

   Device Boot    Start       End    Blocks   Id  System
/dev/sdb1             1      1021   7807040    c  Win95 FAT32 (LBA)
Partition 1 has different physical/logical beginnings (non-Linux?):
     phys=(1, 0, 1) logical=(0, 130, 5)
Partition 1 has different physical/logical endings:
     phys=(912, 63, 0) logical=(1020, 30, 4)
Partition 1 does not end on cylinder boundary:
     phys=(912, 63, 0) should be (912, 246, 62)

Command (m for help): q

では次にゆきましょう。

にゃんたろう 拝!

2011年12月 3日 (土) 21:05:33 JST 作成


前へ| 次へ

戻る

Copyright © 2006.-2012. nyantarou All Rights Reserved.