-
VirtualBox on ubuntu and win xpComputer/linux 2007. 11. 15. 01:29I installed VirtualBox on my ubuntu machine.
- download a proper package according to operating system. For my machine,
Ubuntu 6.10 ("Edgy Eft") - dpkg -i *.deb
- my ubuntu has no error, but other machine needs the kernel header and source thing.
Unfortunately, sinces my file system is fat32, the fix-size image cannot be created. I create a dynamically expanding image with 8GB. Later I think I might meet some problems.
VirtualBox 우분투가 설치되어 있는 노트북에 설치를 했다.- 패키지를 다운로드 받고... Ubuntu 6.10 ("Edgy Eft")
- dpkg -i *.deb
- 내 노트북에서는 에러메세지가 없었지만 페키지가 커널 소스와 헤더파일에 의존성을 가지고 있는 것 같다.
가상 하드디스크는 저장한 내 하드의 화일 시스템이fat32 라서 -그당시에는 ntfs를 완전히 지원하지 않아서- 8기가 고정하드 이미지가 생성이 안되었다. 할수 없이 8GB a dynamically expanding image로 했는데.. 아마도 나중에 문제가 생길듯...
It works !! I miss so much debian system....... sooner or later I will install the debian on my laptop as the host.
작동 된다!! 그러고 보니 데비안이 그리워진다. 가까운 미래에 데비안으로 시스템을 바꿔야지...01201
Debian testing is installed on win xp.
윈도우에 설치한 데비안 테스팅012'Computer > linux' 카테고리의 다른 글
warning: deprecated conversion from string constant to 'char*' (0) 2007.11.16 Add user to the group for virtualbox and sound permission (0) 2007.11.14 "man sudo_root" for details (0) 2007.11.11 - download a proper package according to operating system. For my machine,