[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:15073] show partition - パーティション情報表示 (Re: The Swap area.)
佐野@浜松です。
In article <199904280548.OAA05698@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Masahumi Okada <okada@xxxxxxxxxxxxxxxxxxxxx> さん writes:
> dfはこれを表示しないみたいですね。スーパユーザで # cfdisk (cr)とすると
> 情報を表示できるみたいですが、素人の私にはちょっとこわかったりして... 。^^;
一般ユーザーでも /sbin/cfdisk -Pt /dev/hda (or /dev/sda etc) とすると
パーティション情報を表示できるはずです。
# フルパス指定なのは一般ユーザーだと /sbin に PATH が通っていないから。
% /sbin/cfdisk -Pt /dev/hda
Opened disk read-only - you have no permission to write
Partition Table for /dev/hda
---Starting--- ----Ending---- Start Number of
# Flags Head Sect Cyl ID Head Sect Cyl Sector Sectors
-- ----- ---- ---- ---- ---- ---- ---- ---- -------- ---------
1 0x00 1 1 0 0x83 239 63 23 63 362817
2 0x00 0 1 24 0x06 239 63 55 362880 483840
3 0x00 0 1 56 0x83 239 63 190 846720 2041200
4 0x80 0 1 191 0x85 239 63 837 2887920 9782640
5 0x80 1 1 191 0x83 239 63 393 63 3069297
6 0x00 1 1 394 0x83 239 63 528 63 2041137
7 0x00 1 1 529 0x83 239 63 829 63 4551057
8 0x00 1 1 830 0x82 239 63 837 63 120897
以下、参考。
% /sbin/cfdisk -Ps /dev/hda
Opened disk read-only - you have no permission to write
Partition Table for /dev/hda
First Last
# Type Sector Sector Offset Length Filesystem Type (ID) Flags
-- ------- -------- --------- ------ --------- ---------------------- ---------
1 Primary 0 362879 63 362880 Linux (83) None (00)
2 Primary 362880 846719 0 483840 DOS FAT16 (big) (06) None (00)
3 Primary 846720 2887919 0 2041200 Linux (83) None (00)
4 Primary 2887920 12670559 0 9782640 Linux extended (85) Boot (80)
5 Logical 2887920 5957279 63 3069360 Linux (83) Boot (80)
6 Logical 5957280 7998479 63 2041200 Linux (83) None (00)
7 Logical 7998480 12549599 63 4551120 Linux (83) None (00)
8 Logical 12549600 12670559 63 120960 Linux Swap (82) None (00)
Logical 12670560 12685679 0 15120 Free Space None (00)
% /sbin/sfdisk -l /dev/hda
Disk /dev/hda: 240 heads, 63 sectors, 839 cylinders
Units = cylinders of 7741440 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/hda1 0+ 23 24- 181408+ 83 Linux native
/dev/hda2 24 55 32 241920 6 DOS 16-bit FAT >=32M
/dev/hda3 56 190 135 1020600 83 Linux native
/dev/hda4 * 191 837 647 4891320 85 Linux extended
/dev/hda5 * 191+ 393 203- 1534648+ 83 Linux native
/dev/hda6 394+ 528 135- 1020568+ 83 Linux native
/dev/hda7 529+ 829 301- 2275528+ 83 Linux native
/dev/hda8 830+ 837 8- 60448+ 82 Linux swap
% /usr/local/lib/extipl/extipl show /dev/hda
=========
Partition TABLE on "/dev/hda"
=========
[1] 83: Linux native // 177MB
[2] 06: FAT16(>32MB) // 236MB
[3] 83: Linux native // 996MB
A[4] 85: Linux extended
-->A[1] 83: Linux native // 1498MB
--> [2] 05: Extended DOS
--> [1] 83: Linux native // 996MB
--> [2] 05: Extended DOS
--> [1] 83: Linux native // 2222MB
--> [2] 05: Extended DOS
--> [1] 82: Linux swap // 59MB
# 最後の extipl は先日公開された version 4.2 です。
# できれば potato に登録したいと思ってます。
--
#わたしのおうちは浜松市、「夜のお菓子」で有名さ。
<xlj06203@xxxxxxxxxxx> : Taketoshi Sano (佐野 武俊)