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