Skip to main content

Thread: Request for advice on reading fdisk output


hi guys , gals,

total windows fanboy taking first steps ubuntu! i'm building nas server hardware raid 1.

i've got 250gb boot drive partitioned , setup installer - ok.
2x 2tb drives configured raid 1 in bios - ?

know have create partition , filesystem before mounting it, little confused fdisk output , should partitioning.

here output

code:
timmy@ubuntu:~$ sudo fdisk -l [sudo] password timmy:  disk /dev/sda: 250.1 gb, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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 identifier: 0x000d3d8a     device boot      start         end      blocks   id  system /dev/sda1   *        2048      499711      248832   83  linux /dev/sda2          501758   488396799   243947521    5  extended /dev/sda5          501760   488396799   243947520   8e  linux lvm  disk /dev/sdb: 2000.4 gb, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders, total 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 identifier: 0x00000000  disk /dev/sdb doesn't contain valid partition table  disk /dev/sdc: 2000.4 gb, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders, total 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 identifier: 0x00000000  disk /dev/sdc doesn't contain valid partition table  disk /dev/mapper/ubuntu-root: 243.5 gb, 243500318720 bytes 255 heads, 63 sectors/track, 29603 cylinders, total 475586560 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 identifier: 0x00000000  disk /dev/mapper/ubuntu-root doesn't contain valid partition table  disk /dev/mapper/pdc_djgcaeihhd: 2000.0 gb, 1999999991808 bytes 255 heads, 63 sectors/track, 243152 cylinders, total 3906249984 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 identifier: 0x00000000  disk /dev/mapper/pdc_djgcaeihhd doesn't contain valid partition table  disk /dev/mapper/ubuntu-swap_1: 6299 mb, 6299844608 bytes 255 heads, 63 sectors/track, 765 cylinders, total 12304384 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 identifier: 0x00000000  disk /dev/mapper/ubuntu-swap_1 doesn't contain valid partition table
by process of elimination i'm guessing /dev/mapper/pdc_djgcaeihhd need partition , mount. correct?

also, plan on using ext4 fs, looking xfs (not installed). have large number of video (~600gb) , audio content made me think of it, millions of smaller files < 100kb. sharing through samba, worth installing xfs or using ext4 ok?

advice

timmy

quote posted timmy_1891 view post
hi guys , gals,

total windows fanboy taking first steps ubuntu! i'm building nas server hardware raid 1.

i've got 250gb boot drive partitioned , setup installer - ok.
2x 2tb drives configured raid 1 in bios - ?

know have create partition , filesystem before mounting it, little confused fdisk output , should partitioning.

here output

code:
timmy@ubuntu:~$ sudo fdisk -l [sudo] password timmy:  disk /dev/sda: 250.1 gb, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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 identifier: 0x000d3d8a     device boot      start         end      blocks   id  system /dev/sda1   *        2048      499711      248832   83  linux /dev/sda2          501758   488396799   243947521    5  extended /dev/sda5          501760   488396799   243947520   8e  linux lvm  disk /dev/sdb: 2000.4 gb, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders, total 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 identifier: 0x00000000  disk /dev/sdb doesn't contain valid partition table  disk /dev/sdc: 2000.4 gb, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders, total 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 identifier: 0x00000000  disk /dev/sdc doesn't contain valid partition table  disk /dev/mapper/ubuntu-root: 243.5 gb, 243500318720 bytes 255 heads, 63 sectors/track, 29603 cylinders, total 475586560 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 identifier: 0x00000000  disk /dev/mapper/ubuntu-root doesn't contain valid partition table  disk /dev/mapper/pdc_djgcaeihhd: 2000.0 gb, 1999999991808 bytes 255 heads, 63 sectors/track, 243152 cylinders, total 3906249984 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 identifier: 0x00000000  disk /dev/mapper/pdc_djgcaeihhd doesn't contain valid partition table  disk /dev/mapper/ubuntu-swap_1: 6299 mb, 6299844608 bytes 255 heads, 63 sectors/track, 765 cylinders, total 12304384 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 identifier: 0x00000000  disk /dev/mapper/ubuntu-swap_1 doesn't contain valid partition table
by process of elimination i'm guessing /dev/mapper/pdc_djgcaeihhd need partition , mount. correct?

also, plan on using ext4 fs, looking xfs (not installed). have large number of video (~600gb) , audio content made me think of it, millions of smaller files < 100kb. sharing through samba, worth installing xfs or using ext4 ok?

advice

timmy
someone fdisk cli easy use. in meantime take @ gparted. if it's not installed can install "sudo apt-get install gparted" or type gparted in synaptic.

gui partition manager might easier use.

-- l. james

--
l. d. james
ljames@apollo3.com
www.apollo3.com/~ljames


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Request for advice on reading fdisk output


Ubuntu

Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support