Using DD got can't find gunzip error?
-
Ok - getting this error when trying to load up Linux image to a host…
/bin/fog: line 1169: gunzip: not found…
0+0 records in
0+0 records out.
Changing hostname … unmount: can’t umount /nfts: Inv
DoneVideo recorded the start up with my tablet so not sure if it’s 0+0 or 0-0. Thanks!
Any clue on how to fix this one?
Thanks!
-
Ok I tried to image Linux box and it still looks like I have a permissions problem.
When it tries to image the first partition I get this error…
mv: can’t rename '/images/<mac>/d1p1.img.000 : No such file or directory.
-
This post is deleted! -
This post is deleted! -
[I]“Changing hostname … unmount: can’t umount /nfts: Inv[/I]
[I]Done” [/I]I get the same error attempting to deploy various Windows 7 images. It will upload, it just won’t download. -
I am having the same error. Is there a fix for this? I have tried everything.
/bin/fog: line 1169: gunzip: not found…
[I]“Changing hostname … unmount: can’t umount /nfts: Inv[/I]
[I]Done”[/I] -
-
For other people who might have gunzip problems, I discovered that gunzip called /bin/bash but only sh was installed in the init file (see the link above to edit the init file)
simply open /usr/bin/gunzip with a text editor and replace the top “#!/bin/bash” with “#!/bin/sh”
save the file and pack the init file according to the above link