
Oracle VirtualBox에 FreeBSD 6.4를 설치하려고 했습니다. 4.00GB의 새로운 32비트 FreeBSD 가상 머신을 생성했지만 이를 설치하려고 하면 다음 오류가 발생합니다.
Write failure on Transfer! (wrote -1 bytes of 1425408 bytes)
디버깅 정보를 확인하면 다음과 같은 정보가 표시됩니다.
...
/stand/cpio: write error: No space left on device
/stand/gunzip: failed fwrite
pid 73 (cpio), uid 0 inumber 13726 on /mnt/usr: filesystem full
...
설치에 대한 빠른 요약:
Press 1 for: Boot FreeBSD [default]
I select: Standard installation.
On FDISK Partition Editor: <Press A> Use Entire Disk
While ad0s1 is highlighted: <Press S> Set Bootable, then <Press Q>
Select: Standart Install a standard MBR (no boot manager)
On FreeBSD Disklable Editor: Partition name: ad0s1 Free: 8906625 blocks (4348MB)
<Press A> Auto Defaults, <Press Q>
For Choose Distributions: Developer
For Installation Media: CD/DVD
Then finally: Write failure on transfer!
4.00GB인데 어떻게 남는 공간이 없는지 이해가 안 되네요. 가상 머신 생성이나 설치 과정에서 누락된 부분이 있나요?
답변1
내가 기억하는 바에 따르면 기본 6.4에서는 슬라이스 내에서 파티션을 사용했는데, 의미 /usr
는 ad0s1d
. 해당 파티션에 기본 할당된 디스크 공간이 수행하려는 작업에 비해 충분히 크지 않을 가능성이 높습니다.
sysinstall의 마운트 지점 할당 화면을 확인하여 슬라이스 내의 각 파티션에 할당되는 양을 확인하세요.
개발자 배포판이 설치 /usr/src
되지 않나요? 그렇다면 일반적으로 이미 몇 GB에 달하는 것입니다. 11-CURRENT에서 현재 체크아웃된 버전은 이미 3.5GB입니다.