If you have a hard drive going bad that you need to salvage data off of because you can not boot the operating system and do not have a lab or other required hardware or software required to do advanced recovery, there is another way to do this.
- Boot into single-user mode using Command-S (hold down and power up).
- Type: /sbin/mount -uw / — we need the drive out of read only mode so that we can create a mount point.
- Type: mkdir /Volumes/usbbackup — create our mount point location
- Type: ls /dev/disk* — we need to find our USB disk. This normally should be /dev/disk1s1 if you have nothing else plugged in. disk0 is your main HD.
- Type: /sbin/mount_msdos /dev/disk1s1 /Volumes/usebbackup — this will make /Volumes/usbbackup access and use our USB drive.
- Type: cp -Rn / /Volumes/usbbackup — this will copy the entire drive to your USB drive. You can replace / with specific directories if you wish to backup specific items.
Image may be NSFW.
Clik here to view.

Del.icio.us Image may be NSFW. Clik here to view. ![]() |
Facebook Image may be NSFW. Clik here to view. ![]() |
TweetThis Image may be NSFW. Clik here to view. ![]() |
Digg Image may be NSFW. Clik here to view. ![]() |
StumbleUpon Image may be NSFW. Clik here to view. ![]() |
Comments: 6 comments on this item
You might be interested in this:
- Image may be NSFW.
Clik here to view.Registry script to enable automatic updates for Adobe/Java
- Image may be NSFW.
Clik here to view.Server wide permission issue after enabling suphp
- Image may be NSFW.
Clik here to view.Fixing Quotas on a cPanel Server
- Image may be NSFW.
Clik here to view.How to make a Minecraft Bukkit Server on CentOS
- Image may be NSFW.
Clik here to view.Editing the Arch Linux daemons for server use in rc.conf
Copyright © Security, Server Tweaking, IT Management Blog By SolidShellSecurity [Basic Data Recovery on a MAC Laptop Hard Drive gone/going bad in single-user mode], All Right Reserved. 2015.
The post Basic Data Recovery on a MAC Laptop Hard Drive gone/going bad in single-user mode appeared first on Security, Server Tweaking, IT Management Blog By SolidShellSecurity.