戻る

前へ| 次へ

パーテション の作成

くどいようですが 補足説明をしておきます

計算機と 使用した USB の 補足説明

まあ 結果を先に出すというのも何なのですが その方がわかりやすい かも知れないという事 です。本題に戻って

fdisk /dev/sdc

これは 計算機 PC-A にて 行った場合です USB は /dev/sdc に なっています。

# fdisk -l /dev/sdc

Disk /dev/sdc: 15.5 GB, 15502147584 bytes
64 heads, 32 sectors/track, 14784 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x82e1992e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1       14784    15138800    c  W95 FAT32 (LBA)
# fdisk /dev/sdc
...
Command (m for help): p

Disk /dev/sdc: 15.5 GB, 15502147584 bytes
64 heads, 32 sectors/track, 14784 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x82e1992e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1          31       31728   83  Linux
/dev/sdc2              32       14689    15009792   83  Linux
/dev/sdc3           14690       14784       97280   82  Linux swap / Solaris
...

ちなみに ある計算機で 見た場合 USB は /dev/sdf に なっています。

# fdisk -l /dev/sdf

Disk /dev/sdf: 15.5 GB, 15502147584 bytes, 30277632 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x82e1992e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdf1   *          32       63487       31728   83  Linux
/dev/sdf2           63488    30083071    15009792   83  Linux
/dev/sdf3        30083072    30277631       97280   82  Linux swap / Solaris

にゃんたろう 拝!

2014年 3月 15日 土曜日 21:01:18 JST 作成


前へ| 次へ

戻る

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