One command to mount cloud data disk Print

  • 166

Centos:

mount to /home:

yum install -y wget; wget sh.bm01.net/autofdisk.sh; bash autofdisk.sh

mount to /www:

yum install -y wget; wget sh.bm01.net/autofdiskwww.sh; bash autofdiskwww.sh

 

Other linux:

mount to /home:

apt-get install -y wget; wget sh.bm01.net/autofdisk.sh;bash autofdisk.sh

mount to /www:

apt-get install -y wget; wget sh.bm01.net/autofdiskwww.sh; bash autofdiskwww.sh


Was this answer helpful?

« Back