Thursday, July 12, 2018

how to install vmfs-tools ubuntu



Install vmfs-tools. (vmfs-tools is available in Ubuntu Software Center.) Or use command in terminal
sudo apt-get install vmfs-tools
or download from this link:-
for 32 Bit or 64 Bit

Or using terminal use these commands

For 32Bit
wget http://mirrors.kernel.org/ubuntu/pool/universe/v/vmfs-tools/vmfs-tools_0.2.5-1_i386.deb
For 64Bit
wget http://mirrors.kernel.org/ubuntu/pool/universe/v/vmfs-tools/vmfs-tools_0.2.5-1_amd64.deb
Then
[root@akwal~]# dpkg -i mfs-tools_0.2.5-1_i386.deb
Or
[root@akwal~]# dpkg -i vmfs-tools_0.2.5-1_amd64.deb
Then install it using
[root@akwal~]# apt-get install vmfs-tools
Then use this command to mount vmfs drive:-
[root@akwal~]# sudo vmfs-fuse /dev/sdd1 /mnt/sdd
for more help to mount vmfs Click here

Or install vmfs-tools on CentOS / Fedora Click here


That's it... 

0 comments: