Dale's OS X hints, clues & links
A collection of (mostly) links to other peoples clues and hints about OS X
Links
Notes
- Sams has info about how to Mount an ISO image under XP
- This means that you don't have to burn a CD in order to make it mountable from XP, you should be able to simply get an iso image onto your OS X partition and then mount it through the shared file system.
- Unfortunately, that did not work (w/ Parallels build 1970: the November 1, 2006 release.) You have to actually copy the ISOs to the Windows partition to mount them.
- Unseasy Silence has a note about how to Resize a Parallels disk image for Windows
It may not be obvious but you have to use the Parallels disk tool (in the apps dir) to grow the partition first.
The first time I did this on my MBP under 10.4.8 the gpartd boot process hung (after a while) on "retrying failed uevents...". So, I disconnected all my peripherals (including a Cinema monitor, USB hub w/ mouse and scanner) and tried again but it still hung.
Then I closed all my apps, and restarted. After restart (with external stuf disconnected), I disconnected the network (in Parallels) and did NOT start Virtual Deskstops (5b2).
Then it succeeded (while I was making coffee) and now I have more disk space! It's possible that all I was missing in the first two instances was some patience.
- Macosxhints has instructions about how to mount a FUSE file system under OS X using ssh . My notes about include:
0) Get your public ssh keys in place 1) Install the MacFUSE kernel extensions (per the URL above.) I used the dmg file. 2) It is not clear to me if it is really necessary to reboot for the kernel extensions to work 3) Mount your remote file system (notice the colon on the end of the first argument): [dhcp-90-174:~] dale% sshfs dale@map.ldeo.columbia.edu: /Users/dale/lamont kextload: /System/Library/Extensions/fusefs.kext loaded successfully [dhcp-90-174:~/lamont] dale% df -h Filesystem Size Used Avail Capacity Mounted on /dev/disk0s2 93G 85G 7.1G 92% / devfs 102K 102K 0B 100% /dev fdesc 1.0K 1.0K 0B 100% /dev 512K 512K 0B 100% /.vol automount -nsl [138] 0B 0B 0B 100% /Network automount -fstab [142] 0B 0B 0B 100% /automount/Servers automount -static [142] 0B 0B 0B 100% /automount/static sshfs#dale@map.ldeo.columbia.edu:@0 1000G 0B 1000G 0% /Users/dale/lamont [dhcp-90-174:~] dale% cd lamont/projects [dhcp-90-174:~/lamont] dale% l projects ASA/ DURIP/ TIC/ healy/ ocean-observatories/ unols/ AUV/ DataFlow/ WAW/ hs/ scamp/ web/ BGM/ HRB/ dat/ hsug/ scicex/ BRF/ ODEC-COOP/ db/ mbqam/ swath-data/ CATI/ SeaNet/ dmss/ mbsystem/ task-priority.txt CleanDredging/ ShallowSwath/ ewing/ nav-beacon/ udp/ I installed from the dmg file (not the jar file.) There is no "fusermount", I simply used "umount" to unmount.