Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »


fdisk -l
[root@batpc1 ~]# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes, 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000d32ad

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048     1026047      512000   83  Linux
/dev/sda2         1026048   156301311    77637632   8e  Linux LVM

Disk /dev/mapper/centos-root: 51.2 GB, 51208257536 bytes, 100016128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/centos-swap: 3221 MB, 3221225472 bytes, 6291456 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/centos-home: 25.0 GB, 25002246144 bytes, 48832512 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x1702dfe0

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1              64  3907029119  1953514528    7  HPFS/NTFS/exFAT

Disk /dev/sdc: 2000.4 GB, 2000398929920 bytes, 488378645 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 268431360 bytes
Disk label type: dos
Disk identifier: 0x90bbf8a2

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048   488378644  1953506388    7  HPFS/NTFS/exFAT

Disk /dev/sdd: 160.0 GB, 160041885696 bytes, 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0xcdc00e29

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63   312576704   156288321    b  W95 FAT32

[root@batpc1 ~]#



Once mounted:

lsblk
[root@batpc1 ~]# lsblk
NAME            MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda               8:0    0  74.5G  0 disk
├─sda1            8:1    0   500M  0 part /boot
└─sda2            8:2    0    74G  0 part
  ├─centos-root 253:0    0  47.7G  0 lvm  /
  ├─centos-swap 253:1    0     3G  0 lvm  [SWAP]
  └─centos-home 253:2    0  23.3G  0 lvm  /home
sdb               8:16   0   1.8T  0 disk
└─sdb1            8:17   0   1.8T  0 part /run/media/myplex1/HD-LBU2
sdc               8:32   0   1.8T  0 disk
└─sdc1            8:33   0   1.8T  0 part /run/media/myplex1/Seagate Expansion Drive
sdd               8:64   0 149.1G  0 disk
└─sdd1            8:65   0   149G  0 part /run/media/myplex1/LaCie
sr0              11:0    1  1024M  0 rom

df -h
[root@batpc1 ~]# df -h
Filesystem               Size  Used Avail Use% Mounted on
/dev/mapper/centos-root   48G  6.6G   42G  14% /
devtmpfs                 1.4G     0  1.4G   0% /dev
tmpfs                    1.4G  9.7M  1.4G   1% /dev/shm
tmpfs                    1.4G   60M  1.4G   5% /run
tmpfs                    1.4G     0  1.4G   0% /sys/fs/cgroup
/dev/sda1                497M  333M  165M  67% /boot
/dev/mapper/centos-home   24G   20G  3.8G  84% /home
tmpfs                    284M   40K  284M   1% /run/user/1001
/dev/sdb1                1.9T 1001G  863G  54% /run/media/myplex1/HD-LBU2
/dev/sdc1                1.9T  867G  997G  47% /run/media/myplex1/Seagate Expansion Drive
tmpfs                    284M     0  284M   0% /run/user/0
/dev/sdd1                150G   65G   85G  44% /run/media/myplex1/LaCie

  • No labels