Tuesday, July 6, 2010

Mac Time Machine over SMB Windows Share

I've just bought myself a MacBook Pro last weekend. My very first Mac.
Having invested into Windows Home Server I chose to make it supports Time Machine.
That's ~$300 and network reconfig time saved from buying Time Capsule.
This is on MacOS 10.6.4

Configuration Steps:
- Create a dedicated share in WHS if you'd like it separated
- Type below command in MacOS Terminal. TM won't see smb share without this
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

Then follow this steps to prepare Time Machine sparse disk image
http://www.insanelymac.com/forum/index.php?showtopic=184462
Credit goes to thread owner

- Make sure your share is accessible and open by opening that share in Finder
- Configure Time Machine. The backup share should show up and selectable

Thursday, January 21, 2010

RDM on Local SATA Disk in ESXi4

RDM with local SATA disk is now working in ESXi with following steps:

- locate your target RDM disk using 'fdisk -l' or 'ls /vmfs/devices/disks'
- create .vmdk RDM file using 'vmkfstools -r /vmfs/devices/disks/... .vmdk'
- add above .vmdk RDM file to VM as existing disk

My main reason for doing this is to bypass VMFS to utilize benefit of Windows Home Server: disk is readable by standard windows machine.

LSI Driver for Windows Home Server on ESX

If WHS installer cannot detect virtual disk and complains about no hard drive to install:

- get LSI20320-R SCSI Driver for Windows 2003 Server from http://www.lsi.com/
- copy driver files to floppy image; I use existing VM on ESX to create a new image and copy
- mount the floppy image to WHS and select the scsi driver

Wednesday, November 25, 2009

Mount NTFS partitions in solaris

Ritwik's blog: Mount NTFS partitions in solaris

http://www.iiitmk.ac.in/wiki/index.php/How_to_Mount/Unmount_NTFS,FAT32,ext3_Partitions_in_Opensolaris_5.11_snv_101b