質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,4 +69,7 @@
|
|
69
69
|
lrwxrwxrwx 1 root root 0 7月 11 06:31 sr0 -> ../devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0
|
70
70
|
lrwxrwxrwx 1 root root 0 7月 11 06:31 sr1 -> ../devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr1
|
71
71
|
|
72
|
-
```
|
72
|
+
```
|
73
|
+
|
74
|
+
boxイメージを別のにすればいいのでしょうか?
|
75
|
+
現在はCentOS7を使用しております。
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -60,4 +60,13 @@
|
|
60
60
|
|
61
61
|
番号 開始 終了 サイズ ファイルシステム フラグ
|
62
62
|
1 0.00B 8997MB 8997MB xfs
|
63
|
+
```
|
64
|
+
**追記** ls -l /sys/bllockの結果
|
65
|
+
```bash
|
66
|
+
lrwxrwxrwx 1 root root 0 7月 11 06:31 dm-0 -> ../devices/virtual/block/dm-0
|
67
|
+
lrwxrwxrwx 1 root root 0 7月 11 06:31 dm-1 -> ../devices/virtual/block/dm-1
|
68
|
+
lrwxrwxrwx 1 root root 0 7月 11 06:31 sda -> ../devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda
|
69
|
+
lrwxrwxrwx 1 root root 0 7月 11 06:31 sr0 -> ../devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0
|
70
|
+
lrwxrwxrwx 1 root root 0 7月 11 06:31 sr1 -> ../devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr1
|
71
|
+
|
63
72
|
```
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,4 +27,37 @@
|
|
27
27
|
Units = sectors of 1 * 512 = 512 bytes
|
28
28
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
29
29
|
I/O サイズ (最小 / 推奨): 512 バイト / 512 バイト
|
30
|
+
```
|
31
|
+
|
32
|
+
**追記** parted -l /dev/sdbの結果
|
33
|
+
```bash
|
34
|
+
モデル: ATA VBOX HARDDISK (scsi)
|
35
|
+
ディスク /dev/sda: 10.6GB
|
36
|
+
セクタサイズ (論理/物理): 512B/512B
|
37
|
+
パーティションテーブル: msdos
|
38
|
+
ディスクフラグ:
|
39
|
+
|
40
|
+
番号 開始 終了 サイズ タイプ ファイルシステム フラグ
|
41
|
+
1 1049kB 525MB 524MB primary xfs boot
|
42
|
+
2 525MB 10.6GB 10.1GB primary lvm
|
43
|
+
|
44
|
+
|
45
|
+
モデル: Linux device-mapper (linear) (dm)
|
46
|
+
ディスク /dev/mapper/centos-swap: 1065MB
|
47
|
+
セクタサイズ (論理/物理): 512B/512B
|
48
|
+
パーティションテーブル: loop
|
49
|
+
ディスクフラグ:
|
50
|
+
|
51
|
+
番号 開始 終了 サイズ ファイルシステム フラグ
|
52
|
+
1 0.00B 1065MB 1065MB linux-swap(v1)
|
53
|
+
|
54
|
+
|
55
|
+
モデル: Linux device-mapper (linear) (dm)
|
56
|
+
ディスク /dev/mapper/centos-root: 8997MB
|
57
|
+
セクタサイズ (論理/物理): 512B/512B
|
58
|
+
パーティションテーブル: loop
|
59
|
+
ディスクフラグ:
|
60
|
+
|
61
|
+
番号 開始 終了 サイズ ファイルシステム フラグ
|
62
|
+
1 0.00B 8997MB 8997MB xfs
|
30
63
|
```
|