[1][Mitsu][root@Linstudy ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 8G 0 disk tqsda1 8:1 0 1G 0 part /boot mqsda2 8:2 0 7G 0 part tqcentos_linstudy-root 253:0 0 6.2G 0 lvm / mqcentos_linstudy-swap 253:1 0 820M 0 lvm [SWAP] sdb 8:16 0 50G 0 disk sr0 11:0 1 1024M 0 rom
[1][Mitsu]スクショ取ってきます
[2][阿部高和]不要
[1][Mitsu]プロ
[2][阿部高和]fdisk /dev/sdb を実行したら、
[2][阿部高和]iya
[2][阿部高和]まてよ~
[2][阿部高和]1_DISK増設 no
[2][阿部高和]の作業ログはっつけてくれ
[1][Mitsu][root@Linstudy ~]# fdisk /dev/sdb Welcome to fdisk (util-linux 2.23.2).
Changes will remain in memory only, until you decide to write them. Be careful before using the write command.
Device does not contain a recognized partition table Building a new DOS disklabel with disk identifier 0x681afb1f.
コマンド (m でヘルプ): n Partition type: p primary (0 primary, 0 extended, 4 free) e extended Select (default p): p パーティション番号 (1-4, default 1): 1 最初 sector (2048-104857599, 初期値 2048): 初期値 2048 を使います Last sector, +sectors or +size{K,M,G} (2048-104857599, 初期値 104857599): 初期値 104857599 を使います Partition 1 of type Linux and of size 50 GiB is set
コマンド (m でヘルプ): p
Disk /dev/sdb: 53.7 GB, 53687091200 bytes, 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512
[1][Mitsu]途中で切れてるな。
[2][阿部高和]続き
[1][Mitsu]☟のコマンド (m でヘルプ): p~
コマンド (m でヘルプ): p
Disk /dev/sdb: 53.7 GB, 53687091200 bytes, 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O サイズ (最小 / 推奨): 512 バイト / 512 バイト Disk label type: dos ディスク識別子: 0x681afb1f
デバイス ブート 始点 終点 ブロック Id システム /dev/sdb1 2048 104857599 52427776 83 Linux
コマンド (m でヘルプ): p
Disk /dev/sdb: 53.7 GB, 53687091200 bytes, 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O サイズ (最小 / 推奨): 512 バイト / 512 バイト Disk label type: dos ディスク識別子: 0x681afb1f
デバイス ブート 始点 終点 ブロック Id システム /dev/sdb1 2048 104857599 52427776 83 Linux
[1][Mitsu]コマンド (m でヘルプ): w パーティションテーブルは変更されました!
ioctl() を呼び出してパーティションテーブルを再読込みします。 ディスクを同期しています。 [root@Linstudy ~]# mount /dev/sdb /u01 mount: mount point /u01 does not exist [root@Linstudy ~]# mkfs -t ext4 /dev/sdb mke2fs 1.42.9 (28-Dec-2013) /dev/sdb is entire device, not just one partition! Proceed anyway? (y,n) y Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 3276800 inodes, 13107200 blocks 655360 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=2162163712 400 block groups 32768 blocks per group, 32768 fragments per group 8192 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 796262
[1][Mitsu]11239424
Allocating group tables: done Writing inode tables: done Creating journal (32768 blocks): done Writing superblocks and filesystem accounting information: done