Yes man, long time no see.
...
What really? Is' non-true ...
...
Yes, I'm fine!
...
...
Yes, you are right, we should again see more often.
by the way: Portishead!
problem My SanDisk Cruzer U3 USB memory stick logs in addition to the actual USB mass storage drive or a virtual CD-ROM as soon as it connects. In Leopard even a virtual CD burner is detected. Leopard then asked each time whether the inserted disk to be formatted?! This is slightly annoying.
Solution: Create a file / etc / fstab (short fstab) which includes:
# fstab # # Warning - this file should only be modified with vifs (8) # Failure to do so is unsupported and may be destructive. # # # # Edited 2009-07-28 by Dirk Identifier, mount point, fs type, options # LABEL = U3 \\ 040System none cd9660 ro, noauto LABEL = Mobile \\ 040Partner none hfs ro, noauto
Notes on fstab file
edit fstab only with the command sudo vifs . vifs editing ensures that the fstab not be processed simultaneously by the system. (I think this is normal on a Leopard system on which the file beforehand Nocht even exist, not available.) only comment lines. LABEL prevents mount the U3 system from the SanDisk Cruzer Contour flash drive. \\ 040 stands for a space. LABEL prevents mount the data partition of my UMTS Surf sticks. | Sources: | macosxhints.com (S) infinitemac.com discussions.apple.com - Mount for only certain users macseven.com |
problem: If you again OSX system from an image will produce, it usually requires another bootable OS X system from which one can make.
solution: to simply boot from the installation DVD and then used the Disk Utility or the ASR command. I opted for ASR, because then the installation DVD does not need to boot only in single user mode (Cmd + S at boot). This is faster. In addition, Is it possible to determine also the buffer used, which speeds up the process further.
First the image may be missing check sums add ...
sudo asr image scan-s / Volumes/Backups/TigerHD_2009-06-30.dmg
Then you can start the actual copying. - buffers 1 - 32m buffer size is optimized for copies from plate to plate. Sudo asr restore
-s / Volumes/Backups/TigerHD_2009-06-30.dmg-t / Volumes / disk / - verbose - erase - buffers 1 - bufferSize 32m
see blog entry Volumes with ASR copy
| Sources: | UMAC - Restoring from ASR image via command-line (s) old ASR man page (s) new ASR man page (s) fp548.com - Disk Imaging for Mac OS X Made Easy (s) bombich.com - Guide to backing up Mac OS X (s) |