40 1234
发新话题
打印

【原创】fc3 原创问题集

这就是Linux精神,顶一下。      

TOP

另外由于fedora core 3的问题,直接用mount -t挂载win分区会造成系统很不稳定,甚至出现gnome崩溃的情况,我以前也以为最多只是文件名显示乱七八糟,其实远没这么简单。由于fc3支持utf8挂载时选择utf8编码即可。例子如下:
  /dev/hdb6               /mnt/wintemp            vfat iocharset=utf8,auto,rw,umask=000 0 0
  hdb6表示是第二块硬盘上的第六个分区,一般大家分区都应在hda上。
  至于支持ntfs分区的问题,有能力的就编译一下内核,这样可以对其进行写操作。
  偷懒的话使用uname -r命令查出自己内核的版本号,在[url="http://linux-ntfs.sourceforge.net/%E4%B8%8A%E4%B8%8B%E8%BD%BD%E5%AF%B9%E5%BA%94%E7%9A%84rpm%E5%8C%85%E5%AE%89%E8%A3%85%E5%8D%B3%E5%8F%AF%E3%80%82"]http://linux-ntfs.sourceforge.net/[/url]
上下载对应的rpm包安装即可。      

TOP

重装grub的方法及GRUB相关配置                                                   <hr style="color: rgb(0, 0, 0);" size="1">                         <!-- / icon and title --><!-- message -->                                                                                             **当我们每次要重装WIN的时候,MBR都会被重写,这样原来的GRUB或LILO就会不见了,或者由于某些原因使得原来的GRUB不见了,这个时候只要重装GRUB就行了**
  
  GRUB的重装方法有很多,这种方法不行,换一种试下/
  
  1.用安装光盘启动,选升级安装,再只选安装GRUB行了.
  
  2.用安装光盘启动,到BOOT那里输入linux rescue
    也就是进入求援模式,到出现#命令提示符时,输入chroot /mnt/sysimage
     然后再输入grub-install /dev/hda
     搞定...
  
  3.没有软驱如何修复grub/lilo引导菜单?
  a.把第一张linux安装盘里的dosutils目录复制到windows盘中。如果是iso可以用winrar3提取。
  b.进入纯dos,进入dosutils目录,执行loadlin autoboot/vmlinuz root=/dev/hdxx()hdxx是你的linux根分区。这样就能进入linux。
  c.执行grub-install /dev/hdx(x=a,b,c,d) 或lilo即可以重写引导。
  另外还可以参考:[url="http://www.linuxfans.org/nuke/modul...iewtopic&t=5101"]http://www.linuxfans.org/nuke/modul...iewtopic&t=5101[/url]
  
  
  4.如果你用grub来引导linux和windows,当windows出毛病重新安装后,会破坏MBR中的grub,这时需要恢复grub.
  a.把linux安装光盘的第一张放到光驱,然后重新启动机器,在BOIS中把系统用光驱来引导。
  b.等安装界面出来后,按[F4]键,也就是linux rescue模式。
  c.一系列键盘以及几项简单的配制,过后就[继续]了。。。这个过程,我不说了,比较简单。
  d.然后会出现这样的提示符:
  sh#
  e.我们就可以操作GRUB了.输入grub:
  sh#grub
  会出现这样的提示符:
  grub>
  我们就可以在这样的字符后面,输入:
  grub>root (hdX,Y)
  grub>setup (hd0)
  如果成功会有一个successful......
  这里的X,如果是一个盘,就是0,如果你所安装的linux的根分区在第二个硬盘上,那X就是1了;Y,就是装有linux系统所在的根分区。 setup (hd0)就是把GRUB写到硬盘的MBR上。
此为参考wincool兄的!      

TOP

原创吗?真能写。建议greenhand都来这里看一下。      


TOP

加精的都置个顶,让新手们多看看。      

TOP

楼上的 说的太好了,支持一下,我顶!!
我现在遇到的问题是我用   mount /dev/hda1 /mnt   加载完C盘后,不能打开文件(或文件夹), 不知道为什么
我用了楼上的方法 mount /dev/hda1 /mnt  vfat iocharset=utf8,auto,rw,umask=000 0 0
好像根本不能加载,为什么?
另外,在哪能找到 FC3的学习资料      

TOP

Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say  man 8 mount .
同 楼上 问 ,出现上面情况      

TOP

怎么回复的人这么少呢?是不是现在用FC3 的人很少啊,楼上的你现在手头有什么资料吗(关于FC3),痛苦啊!      

TOP

顶先!!!我用的就是fc3,可是光驱什么碟都不读。在win下好好的。而且我是nf2的主板,声卡还爆音。。
郁闷啊........      

TOP

fc3就是不好用,开关几慢,mp3挂不上,grug老出问题......
但我决定还是用它,我就不信治不了它!!!      

TOP

 40 1234
发新话题