Quantcast
Viewing all articles
Browse latest Browse all 10

Gparted – Partition Log File for My 1TB Hard Disk

I am using 1TB Seagate hard disk , last night i formated everything and newly installed Ubuntu 10.4 also i partitioned my disk like following

  • Primary Partition (/)   – 200 GB
  • Extended Partition -    800  [ 9 GB for Swap , 300 GB for Research and  470 GB for Entertainment ]

Here is the log file details

GParted 0.5.1
Libparted 2.2
Delete Logical Partition (linux-swap, 7.45 GiB) from /dev/sda  00:00:01    ( SUCCESS )
calibrate /dev/sda5  00:00:00    ( SUCCESS )

path: /dev/sda5
start: 292970496
end: 308592639
size: 15622144 (7.45 GiB)
delete partition  00:00:01    ( SUCCESS )

Delete /dev/sda2 (extended, 7.45 GiB) from /dev/sda  00:00:00    ( SUCCESS )

calibrate /dev/sda2  00:00:00    ( SUCCESS )

path: /dev/sda2
start: 292970494
end: 308592639
size: 15622146 (7.45 GiB)
delete partition  00:00:00    ( SUCCESS )

Create Extended Partition #1 (extended, 791.82 GiB) on /dev/sda  00:00:00    ( SUCCESS )
create empty partition  00:00:00    ( SUCCESS )

path: /dev/sda2
start: 292977405
end: 1953520064
size: 1660542660 (791.81 GiB)

Create Logical Partition #2 (linux-swap, 9.51 GiB) on /dev/sda  00:00:01    ( SUCCESS )
create empty partition  00:00:00    ( SUCCESS )

path: /dev/sda5
start: 292977468
end: 312898004
size: 19920537 (9.50 GiB)
set partition type on /dev/sda5  00:00:01    ( SUCCESS )

new partition type: linux-swap(v1)
create new linux-swap file system  00:00:00    ( SUCCESS )

mkswap -L “” /dev/sda5

Setting up swapspace version 1, size = 9960264 KiB
LABEL=, UUID=8bd5b838-fa01-4c12-b1f9-510faad4445b

Create Logical Partition #3 (ext4, 305.10 GiB) on /dev/sda  00:01:05    ( SUCCESS )
create empty partition  00:00:00    ( SUCCESS )

path: /dev/sda6
start: 312898068
end: 952734824
size: 639836757 (305.10 GiB)
set partition type on /dev/sda6  00:00:00    ( SUCCESS )

new partition type: ext4
create new ext4 file system  00:01:05    ( SUCCESS )


mkfs.ext4 -j -O extent -L “Research” /dev/sda6

Filesystem label=Research
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
19996672 inodes, 79979594 blocks
3998979 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
2441 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mke2fs 1.41.11 (14-Mar-2010)

Create Logical Partition #4 (ext4, 477.21 GiB) on /dev/sda  00:02:51    ( SUCCESS )
create empty partition  00:00:00    ( SUCCESS )

path: /dev/sda7
start: 952734888
end: 1953520064
size: 1000785177 (477.21 GiB)
set partition type on /dev/sda7  00:00:01    ( SUCCESS )

new partition type: ext4
create new ext4 file system  00:02:50    ( SUCCESS )

mkfs.ext4 -j -O extent -L “Entertainment” /dev/sda7

Filesystem label=Entertainment
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
31277056 inodes, 125098147 blocks
6254907 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
3818 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mke2fs 1.41.11 (14-Mar-2010)


Viewing all articles
Browse latest Browse all 10

Trending Articles