第一种方法: 使用mount

 
[root@ol6-121-rac1 ~]# mount
/dev/mapper/vg_ol6121rac1-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
/dev/sr0 on /media/OL6.4 x86_64 Disc 1 20130225 type iso9660 (ro,nosuid,nodev,uhelper=udisks,uid=0,gid=0,iocharset=utf8,mode=0400,dmode=0500)
 
第二种方法:使用parted ---> p
 
[root@ol6-121-rac1 ~]# parted
GNU Parted 2.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p                                                                
Model: ATA VBOX HARDDISK (scsi)
Disk /dev/sda: 12.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      1049kB  525MB   524MB   primary  ext4         boot
2      525MB   12.9GB  12.4GB  primary               lvm

 
第三种方法:df命令
[root@ol6-121-rac1 ~]# df -lhT
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/mapper/vg_ol6121rac1-lv_root
              ext4    9.4G  3.9G  5.1G  43% /
tmpfs        tmpfs    499M  100K  499M   1% /dev/shm
/dev/sda1     ext4    485M   55M  405M  12% /boot
/dev/sr0   iso9660    3.5G  3.5G     0 100% /media/OL6.4 x86_64 Disc 1 20130225

最新文章

  1. the import android cannot be resolved
  2. PHP数组函数: array_walk()
  3. Sharepoint学习笔记—习题系列--70-576习题解析 -(Q36-Q39)
  4. ecshop Admin后台删除(Ajxa删除,无跳转连接)
  5. sql2008日志文件截断
  6. CSS3魔法堂:背景渐变(Gradient)
  7. HDU 5389 Zero Escape
  8. sqlserver 大文件脚本执行
  9. jvm 漫谈 笔记
  10. 关于ligerui 中 grid 表格的扩展搜索功能在远程数据加载时无法使用的解决办法
  11. java新手笔记22 接口示例2
  12. BZOJ 1717: [Usaco2006 Dec]Milk Patterns 产奶的模式
  13. 使用min-device-pixel-ratio媒体功能实现真正的1像素border
  14. FTP服务器配置和管理
  15. chrome下调试安卓app 之 ionic
  16. Class 'com.mchange.v2.c3p0.ComboPooledDataSource' not found [config set
  17. (转)【深度长文】循序渐进解读Oracle AWR性能分析报告
  18. js 报错检查顺序
  19. MySQL数据库以及其Python用法
  20. Debian 8 Jessie desktop on arm

热门文章

  1. IDEA 回滚SVN更新内容
  2. ubuntu 16.04 apt-get error: in the drive /media/cdrom and press
  3. 比较NHibernate和Entity Framework
  4. Zigzag Iterator
  5. 时间和日期控件(Calendar1)
  6. 在Debian上用Bind 配置DNS服务器
  7. 【leetcode】Insertion Sort List (middle)
  8. iOS 系统消息
  9. 本地Yum
  10. SQL基本CRUD