[i=s] 本帖最后由 hyf320481 于 2010-8-26 23:36 编辑 [/i]
(分享):[hide] 把相应的命令写入这个文件就OK了 vi /etc/rc.local 这样就不用再写/etc/fstab....写这个文件 有风险的。写错。就完蛋了
而且通用性比较好
#!/bin/sh
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
mount /dev/sda5 /root/Desktop/D盘 这个是fat32格式的
mount -t ntfs-3g /dev/sda6 /root/Desktop/E盘
mount -t ntfs-3g /dev/sda7 /root/Desktop/F盘
mount -t ntfs-3g /dev/sda8 /root/Desktop/G盘
[/hide]
如题 要安装什么东西 在哪里下载
haitao0228 于 2010-09-19 20:37:35发表:
是直接更改/etc/fstab文件吗?还有更好的方法?
wtbier 于 2010-09-19 10:33:49发表:
顶用
egame 于 2010-09-15 14:54:04发表:
看看看了
fssf0078 于 2010-09-09 16:05:10发表:
thanks
yulizi 于 2010-09-07 09:42:18发表:
thank you !
昊昊荡荡 于 2010-08-26 15:48:07发表:
fuse ,kmdl-fuse, ntfs-3g安装光盘中就有不用在网上下载
xzzheng 于 2010-08-26 14:27:39发表:
fuse ,kmdl-fuse, ntfs-3g
paladin0 于 2010-08-26 09:13:41发表:
貌似光用fuse还不好使,之前用CnetOS 5.3的时候,什么fuse不知道什么问题无法挂载ntfs分区,还来使用了NTFS-3G,顺利挂载NTFS,付上地址:
http://www.tuxera.com/community/ntfs-3g-download/
PS:注意一下你的内核版本号,需要相应的版本才可以
beainm 于 2010-08-26 08:33:26发表:
问下楼主这个版本用的内核是多少呢
yanlong938 于 2010-08-26 01:08:49发表:
装这两个东西吧
只后 mount -t ntfs-3g /dev/xxx /xxx