Downloading a HDD image to PCIe SSD
-
Hello,
I’m tring to download an image to a HP Z-Turbo 256GB G2 PCIe ssd, FOG see the drive but can’t write to it “error exit” then “No surch drive or directory”.
In debug mode with lsblk I see /dev/nvme0n1.The image I’m downloading came from a HDD, could it be a problem? This image work fine when I download it to HDD and SSD on the same computer.
Thanks
-
What FOG version are you running?
-
@Lenain As Quazz said it would be good to know which version of FOG you use. There have been many changes in the code to support this kind of disks in the last months. So if you still use FOG 1.2.0 it won’t work for sure. Best if you run the latest release candidate.
Did you set
/dev/nvme0n1
as disk device for that host in the host configuration (web gui)? -
@Sebastian-Roth
Hello,
Yes I use 1.2.0 version… So I have to update? How do i do?
No I don’t set the disk in web gui, should I?
I’m using “4.1.2 TomElliott” kernel -
@Lenain simplest approach would be updating. http://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk
-
@Tom-Elliott
Hello,
Thanks for your help, while installation I have an error:
We have a proxy so I set “export http_proxy=proxy_ip:port_number” in /etc/profile and /etc/bash.bashrc but still don’t work -
@Lenain try setting the proxy variable inline with the installer.
So:
http_proxy='proxyip:proxyport' ./installfog.sh -y
-
This is what I have in my bashrc profile for my site.
export http_proxy=http://192.168.1.2:3128
export https_proxy=https://192.168.1.2:3128
export ftp_proxy=http://192.168.1.2:3128
export no_proxy=“192.168.1.88”Where 192.168.1.2 is the proxy server and 192.168.1.88 is the fog server ip address.
Since it appears you are using ubuntu you may need to configure apt to use your proxy server. In my case I use rhel and I have to add a proxy command to the yum.conf file.
-
@Tom-Elliott
Don’t work to but I’v find this:
"First add the proxy with:
export http_proxy=http://username:password@host:port/
export https_proxy=https://username:password@host:port/Then put in /etc/sudoers:
Defaults env_keep=“https_proxy”Create file /etc/apt/apt.conf.d/proxyPerso.conf
Add lines:Acquire::http::proxy “http://adresse:port/”;
Acquire::https::proxy “http://adresse:port/”;
"
And it work!
Then I have a lot of fail with installing package, if I install them manualy will it work fine? -
@george1421
Ok thanks.
My problem is solved now, i’v updated Fog.