tags:

views:

78

answers:

1

How do you mount the hard drive in os x when booting from the CD. I cant boot in single user mode from the hard drive(error) so i need to boot into single user mode from the CD. Then how do i mount the drive so i can delete driver files etc?

A: 

Depends on your partition table, Try something like:

mount /dev/disk0s2 /tmp/mnt
pulegium
thanks i got it working but 'i mounted it to Volumes but thatg doesnt matter
Harry