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 --device 0 --type hdd --medium iscsi --server #IP --target #IQN --tport 3260

ramdisk

mount none -t tmpfs -o size=500M ramdisk/

This entry was posted in System Administration. Bookmark the permalink.

Leave a Reply