Jump to content
3 posts in this topic

Recommended Posts

Is it possible using Ubuntu to image the drive by accessing the image over a network?

 

Edit:

 

Ive gained access to my other computer running XP and can see the image file, it displays it as only being 2gigs but really being the 6.3gigs, except I dont know if its possible to image over the network.

Link to comment
https://www.insanelymac.com/forum/topic/248-image-from-network/
Share on other sites

Is it possible using Ubuntu to image the drive by accessing the image over a network?

 

Edit:

 

Ive gained access to my other computer running XP and can see the image file, it displays it as only being 2gigs but really being the 6.3gigs, except I dont know if its possible to image over the network.

 

Yes it is possible.

 

The image size shows up wrong on mine too, but I used dd to copy it to my hda. It works fine.

 

 

Here's an outline of how I loaded the image:

 

Use a bootable Linux (I used Knoppix)

 

[make a mounting point]

cd /mnt

mkdir OSx86

 

[mount the windows share that has your 6GB image]

cd /bin

mount -t smbfs //192.168.10.120/OSx86 /mnt/OSx86

 

[dd your image to the proper hard drive]

cd /mnt/OSx86

dd bs=1048576 if=./tiger-x86-flat.img of=/dev/hda

 

 

Goog luck,

BJ

×
×
  • Create New...