Author Topic: [How-to] manually install Chameleon 2.2 to an EFI/GPT drive  (Read 153868 times)

0 Members and 1 Guest are viewing this topic.

powed

  • Entrant
  • Posts: 1
Re: [How-to] manually install Chameleon 2.0 to an EFI/GPT drive
« Reply #30 on: February 07, 2011, 07:21:37 AM »
I got a question ----->
ericsos-macpro31:~ EricSo$ sudo -s

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password:
ericsos-macpro31:~ EricSo$ mkdir /Volumes/EFI
mkdir: /Volumes/EFI: File exists
ericsos-macpro31:~ EricSo$ mount_hfs /dev/disk1s1 /Volumes/EFI
mount_hfs: Permission denied
ericsos-macpro31:~ EricSo$ killall Finder


WHAT CAN I DO TO SOLVE THE "PERMISSION DENIED" ???

valv

  • VoodooLabs
  • Posts: 72
    • The AnVAL Forum (fr)
Re: [How-to] manually install Chameleon 2.0 to an EFI/GPT drive
« Reply #31 on: February 07, 2011, 03:29:44 PM »
try this with sudo:
Code: [Select]
fsck_hfs -f /dev/disk1s1