免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 10053 | 回复: 6
打印 上一主题 下一主题

在redhat中用什么命令看磁盘分区的文件系统类型? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-03-29 01:13 |只看该作者 |倒序浏览
mkfs之后用什么命令可以看?

论坛徽章:
0
2 [报告]
发表于 2005-03-29 07:58 |只看该作者

在redhat中用什么命令看磁盘分区的文件系统类型?

fdisk -l

论坛徽章:
0
3 [报告]
发表于 2005-03-29 07:59 |只看该作者

在redhat中用什么命令看磁盘分区的文件系统类型?

可以用mount看。

论坛徽章:
1
寅虎
日期:2015-01-23 02:35:47
4 [报告]
发表于 2005-03-29 08:03 |只看该作者

在redhat中用什么命令看磁盘分区的文件系统类型?

df -Tk

论坛徽章:
0
5 [报告]
发表于 2005-03-29 09:06 |只看该作者

在redhat中用什么命令看磁盘分区的文件系统类型?

mount 只能看挂载的
fdisk太复杂
df 好像一次只能显示一个分区

  用 parted 最好
带上参数 -p  就可以显示所有的
就可以。我是在redhat  7。3下

论坛徽章:
0
6 [报告]
发表于 2005-03-29 09:24 |只看该作者

在redhat中用什么命令看磁盘分区的文件系统类型?

原帖由 "joyozuo" 发表:
mount 只能看挂载的
fdisk太复杂
df 好像一次只能显示一个分区

  用 parted 最好
带上参数 -p  就可以显示所有的
就可以。我是在redhat  7。3下


fdisk -l的复杂从何说起?

论坛徽章:
0
7 [报告]
发表于 2005-03-29 10:48 |只看该作者

在redhat中用什么命令看磁盘分区的文件系统类型?

呵呵,谢谢楼上各位,我来总结一下:

fdisk -l不复杂,但是看不到文件系统类型,只能看到分区类型,以Redhat 9为例:

[root@redhat9 root]# fdisk -l

Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1   *         1        13    104391   83  Linux
/dev/sda2            14      1012   8024467+  83  Linux
/dev/sda3          1013      1044    257040   82  Linux swap

df -Tk是可以的,不过df -Th更友好一些,容量大小是以易读的方式显示的,而且它是显示所有分区,并不是一个分区。这个命令最方便。

[root@redhat9 root]# df -Th
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sda2     ext3    7.6G  2.3G  4.9G  32% /
/dev/sda1     ext3     99M  9.3M   85M  10% /boot
none         tmpfs     62M     0   62M   0% /dev/shm

parted倒是有点复杂了,因为它的功能很强,redhat 9中的parted不支持-p参数,但是用parted命令进入后可以用p命令显示出当前的磁盘分区和文件系统情况:

# parted
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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

Using /dev/sda
Information: The operating system thinks the geometry on /dev/sda is 1044/255/63.  Therefore,
cylinder 1024 ends at 8032.499M.
(parted) p                                                               

Disk geometry for /dev/sda: 0.000-8192.000 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031    101.975  primary   ext3        boot
2        101.975   7938.369  primary   ext3        
3       7938.369   8189.384  primary   linux-swap
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP