Daily Archives: March 22, 2018

mount tips

show export list showmount -e #local showmount -e 192.168.1.10 #remote mount -t nfs 192.168.1.10:/XXXX /YYYY nfsstat -m #查看nfs mount相關信息 mount -t cifs -o admin,passwd //192.168.1.10/base /mnt mount -t cifs -o username=admin //192.168.1.10/base /mnt VBoxManage storageattach #VBOXNAME –storagectl “SATA” –port 0 … Continue reading

Posted in System Administration | Leave a comment