快速业务通道

Linux系统开源浏览器“冰鼬”与“火狐”

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-13
尝试在笔记本IBM r50e上装个linux,
本来想硬盘安装,结果两个分区都是ntfs,光盘又没有
想起PXE.于是准备用虚拟机架一个安装服务器.
securtCRT上传ISO的时候出错.唉,干脆挂载USB移动硬盘吧. 插上移动硬盘,识别出来了,可是又挂不上 [root@localhost ~]# mount -t ntfs /dev/sde1 /mnt
mount: unknown filesystem type ''ntfs''
yum install ntfs-3g 没有这个包.
去[url]http://www.ntfs-3g.org/ntfs-3g-1.2129.tgz[/url]
下载了一个tar包.编译安装.
./configure
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
靠,虚拟机很久不用,时间不对,再
#ntpdate 210.72.145.44
然后重新来
#./configure
#make
#make install
然后挂载ntfs分区
mount -t ntfs-3g /dev/sde1 /mnt
[root@localhost ntfs-3g-1.2129]# /sbin/mount.ntfs-3g /dev/sde1 /mnt
FATAL: Module fuse not found.
fuse: device not found, try ''modprobe fuse'' first
又说没有fuse模块.
手动运行modprobe fuse也不行
[root@localhost ~]# modprobe fuse
FATAL: Module fuse not found.
下载fuse2.72http://sourceforge.net/project/showfiles.php?group_id=121684 然后就是经典的./configure&&make&&make install&&make clean PS:执行./configure别忘了加参数--prefix=/usr,否则默认安装在/usr/local/lib,这样有需要编辑/etc/ld.so.conf把/usr/local/lib加进去,再执行 /sbin/ldconfig,不然安装ntfs-3g会有错误. 装完了以后
modprobe fuse
然后再挂载
mount -t ntfs-3g /dev/sde1 /mnt
接下来的步骤和PXE安装linux差不多, 仔细检查需要的包都已经有了,如果没有yum安装之
重启按F12,然后选择网卡启动,然后进入安装程序,这里遇到了一个问题,就是停留在running /sbin/loader不动了,网友给出的解决方案有2个
一个是修改
/tftpboot/pxelinux.cfg/default
在vmlinux后面加上参数,然后就是等待,大概要等15分钟.也许会更久,反正就是慢慢等吧.
kernel vmlinuz floppy.allowed_drive_mask=0 clocksource=acpi_pm
append initrd=initrd.img devfs=nomount ramdisk_size=9216
然后就能看到安装界面了.
如果不行,试试
kernel vmlinuz acpi=off apm=off
文章引用自:

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号