Kiadandó parancsok:
cd /tmp
wget https://launchpad.net/ubuntu/+archive/primary/+files/vmfs-tools_0.2.5-1.tar.gz
tar -xzf vmfs-tools_0.2.5-1.tar.gz
cd vmfs-tools
apt-get install gcc make uuid-dev pkg-config libfuse-dev
./configure
make
make install
modprobe fuse
/usr/local/sbin/vmfs-fuse /dev/sda1 /mnt/ddd
mount
Ajánlott cikkek még...
-
-
-
Debian 9 telepítése konzolbólVBoxManage createvm --name "lariondev" --ostype Debian_64 --register VBoxManage modifyvm "lariondev" --memory 1000 VBoxManage createhd --filename…
php7 szerver telepítés debian 9-enapt-get -y install curl mysql-server mysql-client mariadb-server mariadb-client apache2 php7.0 libapache2-mod-php7.0 php7.0-mysql php7.0-curl php7.0-gd php7.0-intl…