flyeon 发表于 2004-4-9 20:35:29

如何将一个空闲空间格式化并挂载为ext3文件系统

我有一个空闲空间,但不知如何将其格式化,看了parted的print命令,但好像只能看已经格式化的文件系统,不能看到这个空闲空间。
如下:GNU Parted 1.6.3
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITYor FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public License for more details.

Using /dev/hda
Information: The operating system thinks the geometry on /dev/hda is 4865/255/63.Therefore, cylinder 1024 ends at 8032.499M.
(parted) print
Disk geometry for /dev/hda: 0.000-38166.679 megabytes
Disk label type: msdos
Minor    Start       End   Type      FilesystemFlags
1          0.031   8997.341primary   ntfs      boot
2       8997.34138154.375extended            lba
5       8997.37217994.682logical   ntfs
6      23995.55624097.500logical   ext3
7      24097.53131094.560logical   ext3
8      31094.59133094.841logical   fat16       lba
9      33094.87233612.561logical   linux-swap
10   33612.59238154.375logical   ext3
(parted)

可以看到5与6之间少了一部份。
不知如何解决这个问题?

flyeon 发表于 2004-4-9 21:54:22

现在这么多人在线,哪位支持一下?

flyeon 发表于 2004-4-10 10:48:35

再顶一下

winme 发表于 2004-4-10 11:13:18

你的空闲空间有分为一个区么?如果是得话,应该有 一个分区号,类似hda1,hda2,hda3....
如果还没有分区号,那就是FREESPACE,那就用fdisk建立分区

然后mke2fs来格式化这个分区
然后mount加载上就可以用了.
页: [1]
查看完整版本: 如何将一个空闲空间格式化并挂载为ext3文件系统