Chinaunix

标题: 一个奇怪的挂载问题 [打印本页]

作者: xieqi    时间: 2008-06-14 16:36
标题: 一个奇怪的挂载问题
我用的是fedora 8. 它会自动挂载windows下的分区。我有两个硬盘 一个并口(80g)一个串口(160g)。windows的操作系统在并口盘。
我的f8系统 只挂在了并口的分区(sda)和串口的一个分区(sdb1)串口本身有6个分区。 我用fdisk -l 查询关于串口盘的结果:
它能识别 硬盘大小是160g 可是只挂载了一个逻辑分区。 请问我想挂载其他的分区该怎么办?

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9ecd1407

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       19457   156288321   42  SFS
作者: cnjnhu    时间: 2008-06-14 16:41
请问现在系统自动给你挂上了没?
还有就是fdisk /dev/sdb 看看
可一试试parted 这个工具
作者: xieqi    时间: 2008-06-14 17:12
原帖由 cnjnhu 于 2008-6-14 16:41 发表
请问现在系统自动给你挂上了没?
还有就是fdisk /dev/sdb 看看
可一试试parted 这个工具


没有挂载上
使用fdisk -l /dev/sdb 的结果:
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9ecd1407

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       19457   156288321   42  SFS
作者: anhongkui    时间: 2008-06-14 17:42
你的SDB只有一个分区,是SFS系统

SFS是什么系统?
作者: cnjnhu    时间: 2008-06-14 17:49
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders---这里总共有这么多
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9ecd1407

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       19457   156288321   42  SFS
这儿你从1到19457说明你的硬盘全分满一个分区,不起怪了
id42  SFS - Self-certifying File System
作者: xieqi    时间: 2008-06-14 20:00
原帖由 cnjnhu 于 2008-6-14 17:49 发表
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders---这里总共有这么多
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9ecd1407

  ...


当时买串口盘回来后 在windows下就是简单的分成6个逻辑分区,并没有分主分区从分区。请问我现在怎么办能把后面的5个逻辑分区挂上去??
作者: cnjnhu    时间: 2008-06-14 23:26
刚才在google上查了一下。你的sFS系统id 42 如下:

SFS works with many different flavors of Unix. It should port easily to any Unix-like operating system with NFS3 support. The authors have used SFS on OpenBSD, FreeBSD, Solaris, OSF/1, and Linux (with 2.4 kernels). SFS reportedly also works on NetBSD (with gcc 2.95.2 or later). If you have access to another platform, we would like to see SFS run on that, too.

In order to compile and run SFS:

    * You must have gcc-2.95.2 or later
    * You must must create a user and group called sfs on your machine. (Or configure --with-sfsuser=... --with-sfsgroup-... to use different names.)


不像你说的是在windows 下分的区,当然也许我故若寡闻。你要是可以备分数据,建议你重新分区。可以是NTFS  EXT3都可以的。
作者: xieqi    时间: 2008-06-15 17:06
原帖由 cnjnhu 于 2008-6-14 23:26 发表
刚才在google上查了一下。你的sFS系统id 42 如下:

SFS works with many different flavors of Unix. It should port easily to any Unix-like operating system with NFS3 support. The authors have used  ...



能不能在不备份数据的情况下 直接修改硬盘格式?
作者: swordfish.cn    时间: 2008-06-15 17:35
原帖由 xieqi 于 2008-6-15 17:06 发表



能不能在不备份数据的情况下 直接修改硬盘格式?


恐怕不能。
作者: cnjnhu    时间: 2008-06-15 17:53
我有在google上查不到可以更改分区格式,不用备份数据的

你在win下一下子分了六个区,而且没有主分区和扩展分区,建议
回忆下自己的操作过程,或者详细写下来。
让大家看看讨论下
作者: Wang-YL    时间: 2008-06-15 19:12
为了安全,你最好还是备份




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2