Linux/Tip&Tech2011. 6. 1. 13:48



간혹,
/dev/hda4 is apparently in use by the system; will not make a filesystem here!
이라는 메시지가 나올때가 있습니다.

이럴 때,
/sbin/dmsetup status
/sbin/dmsetup remove_all
하면 위의 오류 메시지가 나오지 않습니다.


ex)
[root@default ~]# /sbin/dmsetup status
vg0-data: 0 1048576 linear

[root@default ~]# /sbin/dmsetup remove_all

[root@default ~]# mkfs -t ext3 /dev/hda4
Posted by 이름따위사치다 Grub

댓글을 달아 주세요