====== Mac Boot Problems ====== {{section>:mac:boot_options}} ===== Steps to Resolution ===== ==== Backup important files ==== - boot into single user mode ( + s) - run /sbin/fsck -fy - run /sbin/mount -uw / - make a directory in /Volumes (mkdir /Volumes/DirName) - mount usb drive /sbin/mount_msdos /dev/disk1s1 /Volumes/DirName (disk1s1 is my external drive and the specific partition I want to mount - use rsync to backup files (rsync -av /folder/to/copy /Volumes/DirName (will make a "copy" folder in the DirName directory) make sure to unmount your external drive, and then remove the DirName directory (it should be empty after unmounting) - use rmdir /Volumes/DirName (it will complain if the directory is not empty) ===== Links ===== * [[http://docs.info.apple.com/article.html?artnum=107393|boot in safe mode]] * [[http://docs.info.apple.com/article.html?artnum=107210|netinfo recovery - important]] * http://forums.macosxhints.com/showthread.php?p=299044 * [[http://forums.macosxhints.com/archive/index.php/t-22516|copy files to external usb drive in single user mode]] * http://discussions.apple.com/thread.jspa?messageID=3775750� * http://discussions.apple.com/thread.jspa?messageID=3783678� * http://www.macfixit.com/article.php?story=20060322080433175 * http://www.macintouch.com/readerreports/powerbookg4/topic2828.html == \\ \\ {{tag>:mac}}