当前位置: 技术问答>linux和unix
solaris下如何mount一个nfs的文件系统
来源: 互联网 发布时间:2015-08-31
本文导语: 相用mount命令挂硬盘,但每次系统都提示我硬盘不是fs格式,是nfs格式,不成功。不知道nfs格式的硬盘应该怎么挂。或者怎么把nfs格式的硬盘变成fs格式? | http://www.jankratochvil.net/project/captive/dis...
相用mount命令挂硬盘,但每次系统都提示我硬盘不是fs格式,是nfs格式,不成功。不知道nfs格式的硬盘应该怎么挂。或者怎么把nfs格式的硬盘变成fs格式?
|
http://www.jankratochvil.net/project/captive/dist/captive-static-1.1.5-0.i386.rpm
安装captive包
# mkdir /mnt/ntfs
# mount -t captive-ntfs /dev/cciss/c0d0p1 /mnt/ntfs
加入 “-o codepage=936,isocharset=cp936”可mount 中文
OK!
安装captive包
# mkdir /mnt/ntfs
# mount -t captive-ntfs /dev/cciss/c0d0p1 /mnt/ntfs
加入 “-o codepage=936,isocharset=cp936”可mount 中文
OK!