移送先領域の初期化 を 行います。
root@p6090j:~# df | sed 3,5d Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda7 184849444 13487336 161965628 8% / /dev/sda9 131956756 11795832 113451240 10% /mnt
root@p6090j:~# umount /mnt/
root@p6090j:~# mkfs -t ext3 -L p71sda9 /dev/sda9
mke2fs 1.42.7 (21-Jan-2013)
Filesystem label=p71sda9
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
8388608 inodes, 33548428 blocks
1677421 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
1024 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, 7962624, 11239424, 20480000, 23887872
Allocating group tables: done
Writing inode tables: 200/1024
...
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
root@p6090j:~# mount /dev/sda9 /mnt/
root@p6090j:~# df | sed 3,5d
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda7 184849444 13487336 161965628 8% /
/dev/sda9 131956756 61116 125185956 1% /mnt
root@p6090j:~# ls -al /mnt/
total 24576
drwxr-xr-x 3 root root 4096 Dec 5 10:10 ./
drwxr-xr-x 22 root root 4096 Dec 4 22:53 ../
drwx------ 2 root root 16384 Dec 5 10:10 lost+found/
初期化 は おはりです。
にゃんたろう 拝!
2014年 12月 5日 金曜日 21:01:50 JST 作成