[范例] 如何加载windows分区

王朝system·作者佚名  2006-01-10
窄屏简体版  字體: |||超大  

[root@hlbbslinux root]# mount /dev/sda1 /mnt/USB

mount: you must specify the filesystem type

[root@hlbbslinux root]# mkdir /mnt/wind

[root@hlbbslinux root]# mount -t vfat -o nls=utf8 /dev/hda5 /mnt/wind

[root@hlbbslinux root]# df -lh

文件系统 容量 已用 可用 已用% 挂载点

/dev/hda12 3.9G 2.4G 1.3G 65% /

/dev/hda11 99M 9.1M 85M 10% /boot

none 251M 0 251M 0% /dev/shm

/dev/hda5 14G 6.2G 7.9G 44% /mnt/wind

加载硬盘

:-t ntfs 说明文件系统的格式是ntfs的;-o是选项 ,选项有什么呢?有nls=utf8 ,意思是Native Language

Support(本地语言支持)是utf8,也就是大家常说的语言编码;Fedora core 4.0

默认的语言编码就是utf8的,这样能显示出中文来;umask=000表示所有的用户组都可读可写

[root@hlbbslinux root]# mount -t vfat -o iocharset=cp936 /dev/hda5 /mnt/winf

[root@hlbbslinux root]# cd /mnt/winf

[root@hlbbslinux winf]# ls

Documents and Settings Program Files

Downloads Recycled

[Mysql网络数据库开发视频教程] 网络数据库1-8 System Volume Information

[Mysql网络数据库开发视频教程] 网络数据库9-16 tc

Netscreen_vpn.rar windows

Oracle9 For Solaris安装说明.ppt wmpub

pagefile.sys

iocharset=cp936 设置简体中文

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航