2012년 12월 24일 월요일

Remove a GUID Partition Table (GPT) in Linux

My initial though was to use fdisk. However, fdisk does not understand GUID Partition Tables and therefore cannot remove such tables. The other tool that does understand GPT is a tool called “parted”.
So to replace the GPT table with msdos, I did:
parted /dev/sdc
mklabel msdos
quit

출처: http://www.virtualvcp.com/linux-technical-guides/125-clearing-a-guid-partition-table-gpt-in-linux

 


2012년 12월 7일 금요일

kernel update 후 virtualbox 문제.

아래와 같은 메세지

modprobe vboxdrv failed. Please use 'dmesg' to find out why

해당 커널에 맞는 linux-headers 설치.

virtualbox reload!

출처: https://forums.virtualbox.org/viewtopic.php?f=7&t=43976


벌써 이번 해의 마지막 달이군.

gemini scripts

  5. 외로움을 기본값으로 인정하기 "인간은 원래 혼자 와서 혼자 가는 존재"라는 사실을 담담하게 받아들이는 마인드셋이 중요합니다. 괴로운 외로움은 '남들은 다 행복해 보이는데 나만 혼자야'라는 비교에서 옵니다. 누구...