红联Linux门户
Linux帮助

Fedora下访问windows分区和阅读CHM文件

发布时间:2008-02-11 21:35:08来源:红联作者:reventPar
原来fedora 7可以直接访问windows 的ntfs 分区。呵呵!

下面是访问的命令

[root@dhcppc0 ~]# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 1314 10554673+ 7 HPFS/NTFS
/dev/sda2 1315 9728 67585455 f W95 Ext'd (LBA)
/dev/sda5 1315 3864 20482843+ 7 HPFS/NTFS
/dev/sda6 3865 6414 20482843+ 7 HPFS/NTFS
/dev/sda7 6415 6427 104391 83 Linux
/dev/sda8 6428 7064 5116671 83 Linux
/dev/sda9 7065 7446 3068383+ 83 Linux
/dev/sda10 7447 7573 1020096 83 Linux
/dev/sda11 7574 7688 923706 82 Linux swap / Solaris
/dev/sda12 7689 9728 16386268+ 83 Linux
[root@dhcppc0 ~]# mkdir /mnt/winE
[root@dhcppc0 ~]# mount -t ntfs /dev/sda6 /mnt/winE
[root@dhcppc0 ~]# cd /mnt/winE
[root@dhcppc0 winE]# ls -l
总计 692536
drwxrwxrwx 1 root root 0 11-27 21:48 (ARP)TSC
drwxrwxrwx 1 root root 4096 10-18 18:45 ASP课件
drwxrwxrwx 1 root root 126976 11-14 19:13 Config.Msi
drwxrwxrwx 1 root root 0 01-20 13:07 DirRecycler.{645FF040-5081-101B-9F08-00AA002F954E}
-rwxrwxrwx 2 root root 990208 2006-09-30 explore2fs-1.08beta9.exe
-rwxrwxrwx 2 root root 441361 02-08 11:00 explore2fs-1.08beta9.zip
-rwxrwxrwx 2 root root 1336 02-08 12:24 explore2fs debug log.txt
-rwxrwxrwx 2 root root 1454528 02-08 11:06 Ext2IFS_1_11.exe
drwxrwxrwx 1 root root 8192 12-01 13:08 feidianTV
drwxrwxrwx 1 root root 8192 02-06 10:17 Fetion
drwxrwxrwx 1 root root 0 01-22 10:00 Firefox Plus
drwxrwxrwx 1 root root 0 12-09 22:43 Ghost
-rwxrwxrwx 2 root root 1256488 02-08 11:53 GoogleToolbarInstaller.exe
drwxrwxrwx 1 root root 4096 01-19 16:14 Kuree
drwxrwxrwx 1 root root 0 12-06 20:38 KwDownload
drwxrwxrwx 1 root root 8192 01-16 20:19 KWMUSIC
drwxrwxrwx 1 root root 0 12-06 19:43 MaxBak
drwxrwxrwx 1 root root 4096 10-02 09:42 office2003
-rwxrwxrwx 1 root root 704643072 02-08 09:10 pagefile.sys
drwxrwxrwx 1 root root 4096 01-16 20:52 PPStream
drwxrwxrwx 1 root root 0 11-07 19:48 Program Files
drwxrwxrwx 1 root root 49152 01-21 22:24 QQ
drwxrwxrwx 1 root root 12288 02-08 10:06 QQGame
drwxrwxrwx 1 root root 4096 01-31 11:09 QQPinyin
drwxrwxrwx 1 root root 0 01-20 16:55 QQ显IP版
drwxrwxrwx 1 root root 4096 01-16 18:40 QvodPlayer
drwxrwxrwx 1 root root 4096 01-15 20:43 RECYCLER
drwxrwxrwx 1 root root 4096 11-29 22:12 System Volume Information
drwxrwxrwx 1 root root 4096 12-20 20:41 Thunder
-rwxrwxrwx 1 root root 6161 12-10 17:58 TPhoto.prp
drwxrwxrwx 1 root root 12288 02-04 11:34 安装程序
drwxrwxrwx 1 root root 8192 01-16 12:31 电影
drwxrwxrwx 1 root root 24576 01-15 22:10 歌曲库
drwxrwxrwx 1 root root 4096 01-15 19:11 解压软件
drwxrwxrwx 1 root root 4096 12-09 19:58 千千静听
drwxrwxrwx 1 root root 4096 01-20 17:45 商务英语
drwxrwxrwx 1 root root 32768 01-28 19:37 图片
drwxrwxrwx 1 root root 8192 11-20 14:22 校内通
drwxrwxrwx 1 root root 4096 11-20 16:29 雨林木风工具箱
[root@dhcppc0 winE]#
如果要想开机自动挂载windows分区的话 那就在往下看看吧。
找到/etc/fstab文件 然后用编辑器添加几行命令就可以了。
/dev/sda5 /mnt/winD ntfs iocharset=cp936 0 0
/dev/sda6 /mnt/winE ntfs iocharset=cp936 0 0
哦了!

Fedora下阅读CHM文件
我用的是最简单的方法,呵呵!
打开 firefox 然后 工具 - 附加软件 - 获取扩展 - 在搜索里输入chm - 找到chm reader 插件 - 安装
哦拉!
然后重启浏览器在文件里有 open chm files
这样就可以打开chm 文件了。简单不?
文章评论

共有 2 条评论

  1. pro_ray 于 2008-02-13 16:54:36发表:

    http://blog.163.com/pro_ray/blog/

  2. 奶茶dsk 于 2008-02-11 21:35:56发表:

    恩,喜欢用chmreader。。。。