Help - Search - Members - Calendar
Full Version: Terminal Command Experts, Help
InsanelyMac Forum > OSx86 Project > Post-Installation Discussion > OSx86 Leopard (10.5)
alvin777
Hi. I'm trying to install Chameleon 2 RC 3 to the USB flash drive using Terminal on the latest Leopard so that I can used that flash drive to boot my setup but this is what happens (I've entered my password. It says the resource is busy):

osxusers-mac-pro:i386 osxuser$ ls
boot boot1f32 boot1he cdboot fdisk
boot0 boot1h boot1hp chain0
osxusers-mac-pro:i386 osxuser$ sudo fdisk -f boot0 -u -y /dev/disk5s2
Password:
fdisk: /dev/disk5s2: Resource busy <--------------------------------------------------------------------------[the error ]
osxusers-mac-pro:i386 osxuser$

What's the fix for this? I really need to install Snow Leopard on my GA-965P-DS3 rev.1 and 4870 1G Palit.
Thank you in advance.

Gbu
MacUser2525
QUOTE (alvin777 @ Oct 7 2009, 11:45 AM) *
Hi. I'm trying to install Chameleon 2 RC 3 to the USB flash drive using Terminal on the latest Leopard so that I can used that flash drive to boot my setup but this is what happens (I've entered my password. It says the resource is busy):

osxusers-mac-pro:i386 osxuser$ ls
boot boot1f32 boot1he cdboot fdisk
boot0 boot1h boot1hp chain0
osxusers-mac-pro:i386 osxuser$ sudo fdisk -f boot0 -u -y /dev/disk5s2
Password:
fdisk: /dev/disk5s2: Resource busy <--------------------------------------------------------------------------[the error ]
osxusers-mac-pro:i386 osxuser$

What's the fix for this? I really need to install Snow Leopard on my GA-965P-DS3 rev.1 and 4870 1G Palit.
Thank you in advance.

Gbu


Looks like you need to unmount the drive partition before issuing the command, open Diskutil select the partition then unmount icon or from reading the diskutil man page something like this should work from the command line.

CODE
sudo diskutil umount /dev/disk5s2
Tony Hock
You need to put an r in front of disk, so it would look like this for you:
CODE
sudo fdisk -f boot0 -u -y /dev/rdisk5s2


Now it will work.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.