SlideShare a Scribd company logo
1 of 32
Management Harddisk with parted
11/28/2012
             prachoom rangkasikorn how to manage
                       hdd with parted
                                                   1
How to mange hdd with “parted”
•                                                    parted
•
•
       fdisk
    parted




               prachoom rangkasikorn how to manage
11/28/2012                                                    2
                         hdd with parted
Rescus installed system
• Use order parted
• Put dvdromfc11-64bit into cdrom drive




                   prachoom rangkasikorn how to manage
11/28/2012                                               3
                             hdd with parted
prachoom rangkasikorn how to manage
11/28/2012                                         4
                       hdd with parted
prachoom rangkasikorn how to manage
11/28/2012                                         5
                       hdd with parted
prachoom rangkasikorn how to manage
11/28/2012                                         6
                       hdd with parted
prachoom rangkasikorn how to manage
11/28/2012                                         7
                       hdd with parted
prachoom rangkasikorn how to manage
11/28/2012                                         8
                       hdd with parted
prachoom rangkasikorn how to manage
11/28/2012                                         9
                       hdd with parted
Use parted hdd sata 2tb first
•   sh4.0#parted
•   parted select /dev/sda
•   mklabel
•   yes
•   gpt
•   p
•   table partition type gpt

                     prachoom rangkasikorn how to manage
11/28/2012                                                 10
                               hdd with parted
create partition 1
•   mkpart 1
•   ext3
•   start 0
•   end 100mb
•   p




                prachoom rangkasikorn how to manage
11/28/2012                                            11
                          hdd with parted
create partition 2
•   mkpart 2
•   ext3
•   start 100mb
•   end 20.1gb
•   p
•   you can see par2=20gb


                 prachoom rangkasikorn how to manage
11/28/2012                                             12
                           hdd with parted
create partition 3
•   mkpart 3
•   ext3
•   start 20.1gb
•   end 24.1gb
•   p
•   you can see par3=4gb


                 prachoom rangkasikorn how to manage
11/28/2012                                             13
                           hdd with parted
create partition 4
•   mkpart 4
•   ext3
•   start 24.1gb
•   end 34.1gb
•   p
•   you can see par4=10gb


                 prachoom rangkasikorn how to manage
11/28/2012                                             14
                           hdd with parted
create partition 5
•   mkpart 5
•   ext3
•   start 34.1gb
•   end 2000gb
•   p
•   you can see par5=1966gb


                 prachoom rangkasikorn how to manage
11/28/2012                                             15
                           hdd with parted
p look partition
•   1 = 100mb
•   2 = 20 gb
•   3 = 4 gb
•   4 = 10 gb
•   5 = 1966 gb




                    prachoom rangkasikorn how to manage
11/28/2012                                                16
                              hdd with parted
Format sda
•   parted q <enter>
•   sh4.0# mkfs.ext4 /dev/sda4
•   sh4.0# mkfs.ext4 /dev/sda5
•   sh4.0# e2fsck -f /dev/sda4
•   sh4.0# e2fsck -f /dev/sda5
•   finished hdd1 and manage hdd2


                 prachoom rangkasikorn how to manage
11/28/2012                                             17
                           hdd with parted
create partition hdd2=20tb
•   sh4.0#parted
•   parted select /dev/sdb
•   p
•   mklabel
•   yes
•   gpt
•   p

                    prachoom rangkasikorn how to manage
11/28/2012                                                18
                              hdd with parted
create partition hdd2=20tb
•   mkpart 1
•   ext3
•   start 0
•   end 2000gb
•   p
•   q
•   mkfs.ext4 /dev/sdb1
•   e2fsck –f /dev/sdb1
                    prachoom rangkasikorn how to manage
11/28/2012                                                19
                              hdd with parted
format hdb1
•   parted q <enter>
•   sh4.0# mkfs.ext4 /dev/sdb1
•   sh4.0# e2fsck -f /dev/sdb1
•   finished hdd1 and manage sdb




                 prachoom rangkasikorn how to manage
11/28/2012                                             20
                           hdd with parted
create partition hdd3=20tb
•   sh4.0#parted
•   parted select /dev/sdc
•   p
•   mklabel
•   yes
•   gpt
•   p

                    prachoom rangkasikorn how to manage
11/28/2012                                                21
                              hdd with parted
create partition hdd3=20tb(cont)
•   mkpart 1
•   ext3
•   start 0
•   end 2000gb
•   p
•   q
•   mkfs.ext4 /dev/sdc1
•   e2fsck –f /dev/sdc1
                 prachoom rangkasikorn how to manage
11/28/2012                                             22
                           hdd with parted
format sdc1
•   parted q <enter>
•   sh4.0# mkfs.ext4 /dev/sdc1
•   sh4.0# e2fsck -f /dev/sdc1
•   finished hdd1 and manage sdc




                 prachoom rangkasikorn how to manage
11/28/2012                                             23
                           hdd with parted
create partition hdd4=20tb
•   sh4.0#parted
•   parted select /dev/sdd
•   p
•   mklabel
•   yes
•   gpt
•   p

                    prachoom rangkasikorn how to manage
11/28/2012                                                24
                              hdd with parted
create partition hdd4=20tb(cont)
•   mkpart 1
•   ext3
•   start 0
•   end 2000gb
•   p
•   q
•   mkfs.ext4 /dev/sdd1
•   e2fsck –f /dev/sdd1
                 prachoom rangkasikorn how to manage
11/28/2012                                             25
                           hdd with parted
format sdd
•   parted q <enter>
•   sh4.0# mkfs.ext4 /dev/sdd1
•   sh4.0# e2fsck -f /dev/sdd1
•   finished hdd1 and manage sdd




                 prachoom rangkasikorn how to manage
11/28/2012                                             26
                           hdd with parted
create partition hdd5=20tb
•   sh4.0#parted
•   parted select /dev/sde
•   p
•   mklabel
•   yes
•   gpt
•   p

                    prachoom rangkasikorn how to manage
11/28/2012                                                27
                              hdd with parted
create partition hdd5=20tb(cont)
•   mkpart 1
•   ext3
•   start 0
•   end 2000gb
•   p
•   q
•   mkfs.ext4 /dev/sde1
•   e2fsck –f /dev/sde1
                 prachoom rangkasikorn how to manage
11/28/2012                                             28
                           hdd with parted
format sde
•   parted q <enter>
•   sh4.0# mkfs.ext4 /dev/sde1
•   sh4.0# e2fsck -f /dev/sde1
•   finished hdd1 and manage sde




                 prachoom rangkasikorn how to manage
11/28/2012                                             29
                           hdd with parted
sumerize
•   sdb1     gpt   2000gb
•   sdc1     gpt   2000gb
•   sdd1     gpt   2000gb
•   sde1     gpt   2000gb




                      prachoom rangkasikorn how to manage
11/28/2012                                                  30
                                hdd with parted
What do you do continue?
•   setup fc11-64bit on sda three partition first
•   close selinux
•   mkdir folder for receive script
•   e2label
•   fstab
•   rc.local
•   create grant user
•   restore mysql
                    prachoom rangkasikorn how to manage
11/28/2012                                                31
                              hdd with parted
Hardcopy 300gb/hour
• Sda preschool41gb,primary988gb,gen5xxgb
• Sdb dltv52-
  831gb,secondary591gb,vocation188gb
• Sdc dltv53p,m 1537gb
• Sdd                 edltv633gb




                 prachoom rangkasikorn how to manage
11/28/2012                                             32
                           hdd with parted

More Related Content

Similar to Rescue installed system2 parted-hdd1-5

Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison Ceph Community
 
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison Ceph Community
 
Romanticos com drbd 2
Romanticos com drbd 2Romanticos com drbd 2
Romanticos com drbd 2eiichi2009
 
DRBD é um amigo!
DRBD é um amigo!DRBD é um amigo!
DRBD é um amigo!eiichi2009
 
Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...
Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...
Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...DataStax Academy
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.pptRaziAhmed30
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical diskRashmi R Upadhya
 
Kafka at half the price with JBOD setup
Kafka at half the price with JBOD setupKafka at half the price with JBOD setup
Kafka at half the price with JBOD setupDong Lin
 
Top 5 Mistakes to Avoid When Writing Apache Spark Applications
Top 5 Mistakes to Avoid When Writing Apache Spark ApplicationsTop 5 Mistakes to Avoid When Writing Apache Spark Applications
Top 5 Mistakes to Avoid When Writing Apache Spark ApplicationsCloudera, Inc.
 
Top 5 Mistakes When Writing Spark Applications by Mark Grover and Ted Malaska
Top 5 Mistakes When Writing Spark Applications by Mark Grover and Ted MalaskaTop 5 Mistakes When Writing Spark Applications by Mark Grover and Ted Malaska
Top 5 Mistakes When Writing Spark Applications by Mark Grover and Ted MalaskaSpark Summit
 
Btrfsのスナップショット
BtrfsのスナップショットBtrfsのスナップショット
BtrfsのスナップショットNaoyaFukuda
 
Wonderful world of (distributed) SCM or VCS
Wonderful world of (distributed) SCM or VCSWonderful world of (distributed) SCM or VCS
Wonderful world of (distributed) SCM or VCSVlatko Kosturjak
 
Behaviour And Model
Behaviour And ModelBehaviour And Model
Behaviour And ModelYukei Wachi
 
The ideal and reality of NVDIMM RAS
The ideal and reality of NVDIMM RASThe ideal and reality of NVDIMM RAS
The ideal and reality of NVDIMM RASYasunori Goto
 
Dolphin Data Recovery Training Map 2019
Dolphin Data Recovery Training Map 2019Dolphin Data Recovery Training Map 2019
Dolphin Data Recovery Training Map 2019Dolphin Data Lab
 
Disk suit 4 setup and installation
Disk suit 4 setup and installationDisk suit 4 setup and installation
Disk suit 4 setup and installationppratish
 

Similar to Rescue installed system2 parted-hdd1-5 (20)

Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
 
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
Ceph Day Berlin: CEPH@DeutscheTelekom - a 2+ years production liaison
 
Romanticos com drbd 2
Romanticos com drbd 2Romanticos com drbd 2
Romanticos com drbd 2
 
DRBD é um amigo!
DRBD é um amigo!DRBD é um amigo!
DRBD é um amigo!
 
Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...
Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...
Cassandra Day Chicago 2015: DataStax Enterprise & Apache Cassandra Hardware B...
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical disk
 
9_Storage_Devices.pptx
9_Storage_Devices.pptx9_Storage_Devices.pptx
9_Storage_Devices.pptx
 
Kafka at half the price with JBOD setup
Kafka at half the price with JBOD setupKafka at half the price with JBOD setup
Kafka at half the price with JBOD setup
 
Top 5 Mistakes to Avoid When Writing Apache Spark Applications
Top 5 Mistakes to Avoid When Writing Apache Spark ApplicationsTop 5 Mistakes to Avoid When Writing Apache Spark Applications
Top 5 Mistakes to Avoid When Writing Apache Spark Applications
 
Top 5 Mistakes When Writing Spark Applications by Mark Grover and Ted Malaska
Top 5 Mistakes When Writing Spark Applications by Mark Grover and Ted MalaskaTop 5 Mistakes When Writing Spark Applications by Mark Grover and Ted Malaska
Top 5 Mistakes When Writing Spark Applications by Mark Grover and Ted Malaska
 
Btrfsのスナップショット
BtrfsのスナップショットBtrfsのスナップショット
Btrfsのスナップショット
 
Wonderful world of (distributed) SCM or VCS
Wonderful world of (distributed) SCM or VCSWonderful world of (distributed) SCM or VCS
Wonderful world of (distributed) SCM or VCS
 
Behaviour And Model
Behaviour And ModelBehaviour And Model
Behaviour And Model
 
The ideal and reality of NVDIMM RAS
The ideal and reality of NVDIMM RASThe ideal and reality of NVDIMM RAS
The ideal and reality of NVDIMM RAS
 
Optical disc drive
Optical disc driveOptical disc drive
Optical disc drive
 
Overview of Spark for HPC
Overview of Spark for HPCOverview of Spark for HPC
Overview of Spark for HPC
 
Dolphin Data Recovery Training Map 2019
Dolphin Data Recovery Training Map 2019Dolphin Data Recovery Training Map 2019
Dolphin Data Recovery Training Map 2019
 
Say Hello to MyRocks
Say Hello to MyRocksSay Hello to MyRocks
Say Hello to MyRocks
 
Disk suit 4 setup and installation
Disk suit 4 setup and installationDisk suit 4 setup and installation
Disk suit 4 setup and installation
 

More from Prachoom Rangkasikorn

129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)
129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)
129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)Prachoom Rangkasikorn
 
120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)
120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)
120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)Prachoom Rangkasikorn
 
116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)
116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)
116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)Prachoom Rangkasikorn
 
114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)
114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)
114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)Prachoom Rangkasikorn
 
106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)
106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)
106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)Prachoom Rangkasikorn
 
091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)
091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)
091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)Prachoom Rangkasikorn
 
083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)
083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)
083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)Prachoom Rangkasikorn
 
066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)
066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)
066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)Prachoom Rangkasikorn
 
062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)
062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)
062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)Prachoom Rangkasikorn
 
058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)
058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)
058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)Prachoom Rangkasikorn
 
054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)
054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)
054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)Prachoom Rangkasikorn
 
050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)
050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)
050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)Prachoom Rangkasikorn
 
046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)
046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)
046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)Prachoom Rangkasikorn
 
042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)
042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)
042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)Prachoom Rangkasikorn
 
039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....
039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....
039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....Prachoom Rangkasikorn
 
035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....
035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....
035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....Prachoom Rangkasikorn
 
028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)
028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)
028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)Prachoom Rangkasikorn
 
024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)
024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)
024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)Prachoom Rangkasikorn
 
016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)
016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)
016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)Prachoom Rangkasikorn
 
013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)
013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)
013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)Prachoom Rangkasikorn
 

More from Prachoom Rangkasikorn (20)

129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)
129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)
129+hisp2+dltv54+550224+b+สไลด์ พระมหากษัตริย์ไทยป.2 (4 หน้า)
 
120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)
120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)
120+hisp2+dltv54+550210+a+สไลด์ ความภูมิใจในท้องถิ่นป.2 (1 หน้า)
 
116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)
116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)
116+hisp2+dltv54+550203+a+สไลด์ โบราณวัตถุป.2 (1 หน้า)
 
114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)
114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)
114+hisp2+dltv54+550127+a+สไลด์ โบราณสถาน ป.2 (1 หน้า)
 
106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)
106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)
106+hisp2+dltv54+550106+a+สไลด์ ภูมิปัญญาด้านอาหารป.2 (1 หน้า)
 
091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)
091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)
091+hisp2+dltv54+541209+a+สไลด์ วัฒนธรรมในท้องถิ่นป.2 (1 หน้า)
 
083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)
083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)
083+hisp2+dltv54+541125+a+สไลด์ บุคคลสำคัญของไทยป.2 (1 หน้า)
 
066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)
066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)
066+hisp2+dltv54+540923+a+ใบความรู้ วัฒนธรรมกับการดำเนินชีวิตป.2 (1หน้า)
 
062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)
062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)
062+hisp2+dltv54+540916+a+ใบความรู้ เหตุการณ์สำคัญกับการเปลี่ยนแปลงป.2 (1หน้า)
 
058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)
058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)
058+hisp2+dltv54+540909+a+ใบความรู้ การสื่อสารจากอดีตถึงปัจจุบันป.2 (1หน้า)
 
054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)
054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)
054+hisp2+dltv54+540902+a+ใบความรู้ การดำรงชีวิตของคนในปัจจุบันป.2 (1หน้า)
 
050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)
050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)
050+hisp2+dltv54+540826+a+ใบความรู้ การดำเนินชีวิตของคนในอดีตป.2 (1หน้า)
 
046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)
046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)
046+hisp2+dltv54+540819+a+ใบความรู้ โรงเรียนของเรากับการเปลี่ยนแปลงป.2 (1หน้า)
 
042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)
042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)
042+hisp2+dltv54+540805+a+ใบความรู้ การแสวงหาความรู้เกี่ยวกับโรงเรียนป.2 (1หน้า)
 
039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....
039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....
039+hisp2+dltv54+540729+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และโรงเรียนป....
 
035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....
035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....
035+hisp2+dltv54+540722+a+ใบความรู้ ความสัมพันธ์ของเวลากับตนเอง และครอบครัวป....
 
028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)
028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)
028+hisp2+dltv54+540701+a+ใบความรู้ การศึกษาวันสำคัญในปฏิทินป.2 (1หน้า)
 
024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)
024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)
024+hisp2+dltv54+540624+a+ใบความรู้ การใช้ปฏิทินป.2 (1หน้า)
 
016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)
016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)
016+hisp2+dltv54+540610+a+ใบความรู้ ความสำคัญของเวลาป.2 (1หน้า)
 
013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)
013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)
013+hisp2+dltv54+540603+b+ใบความรู้ ฉันเป็นใครป.2 (4หน้า)
 

Recently uploaded

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Rescue installed system2 parted-hdd1-5

  • 1. Management Harddisk with parted 11/28/2012 prachoom rangkasikorn how to manage hdd with parted 1
  • 2. How to mange hdd with “parted” • parted • • fdisk parted prachoom rangkasikorn how to manage 11/28/2012 2 hdd with parted
  • 3. Rescus installed system • Use order parted • Put dvdromfc11-64bit into cdrom drive prachoom rangkasikorn how to manage 11/28/2012 3 hdd with parted
  • 4. prachoom rangkasikorn how to manage 11/28/2012 4 hdd with parted
  • 5. prachoom rangkasikorn how to manage 11/28/2012 5 hdd with parted
  • 6. prachoom rangkasikorn how to manage 11/28/2012 6 hdd with parted
  • 7. prachoom rangkasikorn how to manage 11/28/2012 7 hdd with parted
  • 8. prachoom rangkasikorn how to manage 11/28/2012 8 hdd with parted
  • 9. prachoom rangkasikorn how to manage 11/28/2012 9 hdd with parted
  • 10. Use parted hdd sata 2tb first • sh4.0#parted • parted select /dev/sda • mklabel • yes • gpt • p • table partition type gpt prachoom rangkasikorn how to manage 11/28/2012 10 hdd with parted
  • 11. create partition 1 • mkpart 1 • ext3 • start 0 • end 100mb • p prachoom rangkasikorn how to manage 11/28/2012 11 hdd with parted
  • 12. create partition 2 • mkpart 2 • ext3 • start 100mb • end 20.1gb • p • you can see par2=20gb prachoom rangkasikorn how to manage 11/28/2012 12 hdd with parted
  • 13. create partition 3 • mkpart 3 • ext3 • start 20.1gb • end 24.1gb • p • you can see par3=4gb prachoom rangkasikorn how to manage 11/28/2012 13 hdd with parted
  • 14. create partition 4 • mkpart 4 • ext3 • start 24.1gb • end 34.1gb • p • you can see par4=10gb prachoom rangkasikorn how to manage 11/28/2012 14 hdd with parted
  • 15. create partition 5 • mkpart 5 • ext3 • start 34.1gb • end 2000gb • p • you can see par5=1966gb prachoom rangkasikorn how to manage 11/28/2012 15 hdd with parted
  • 16. p look partition • 1 = 100mb • 2 = 20 gb • 3 = 4 gb • 4 = 10 gb • 5 = 1966 gb prachoom rangkasikorn how to manage 11/28/2012 16 hdd with parted
  • 17. Format sda • parted q <enter> • sh4.0# mkfs.ext4 /dev/sda4 • sh4.0# mkfs.ext4 /dev/sda5 • sh4.0# e2fsck -f /dev/sda4 • sh4.0# e2fsck -f /dev/sda5 • finished hdd1 and manage hdd2 prachoom rangkasikorn how to manage 11/28/2012 17 hdd with parted
  • 18. create partition hdd2=20tb • sh4.0#parted • parted select /dev/sdb • p • mklabel • yes • gpt • p prachoom rangkasikorn how to manage 11/28/2012 18 hdd with parted
  • 19. create partition hdd2=20tb • mkpart 1 • ext3 • start 0 • end 2000gb • p • q • mkfs.ext4 /dev/sdb1 • e2fsck –f /dev/sdb1 prachoom rangkasikorn how to manage 11/28/2012 19 hdd with parted
  • 20. format hdb1 • parted q <enter> • sh4.0# mkfs.ext4 /dev/sdb1 • sh4.0# e2fsck -f /dev/sdb1 • finished hdd1 and manage sdb prachoom rangkasikorn how to manage 11/28/2012 20 hdd with parted
  • 21. create partition hdd3=20tb • sh4.0#parted • parted select /dev/sdc • p • mklabel • yes • gpt • p prachoom rangkasikorn how to manage 11/28/2012 21 hdd with parted
  • 22. create partition hdd3=20tb(cont) • mkpart 1 • ext3 • start 0 • end 2000gb • p • q • mkfs.ext4 /dev/sdc1 • e2fsck –f /dev/sdc1 prachoom rangkasikorn how to manage 11/28/2012 22 hdd with parted
  • 23. format sdc1 • parted q <enter> • sh4.0# mkfs.ext4 /dev/sdc1 • sh4.0# e2fsck -f /dev/sdc1 • finished hdd1 and manage sdc prachoom rangkasikorn how to manage 11/28/2012 23 hdd with parted
  • 24. create partition hdd4=20tb • sh4.0#parted • parted select /dev/sdd • p • mklabel • yes • gpt • p prachoom rangkasikorn how to manage 11/28/2012 24 hdd with parted
  • 25. create partition hdd4=20tb(cont) • mkpart 1 • ext3 • start 0 • end 2000gb • p • q • mkfs.ext4 /dev/sdd1 • e2fsck –f /dev/sdd1 prachoom rangkasikorn how to manage 11/28/2012 25 hdd with parted
  • 26. format sdd • parted q <enter> • sh4.0# mkfs.ext4 /dev/sdd1 • sh4.0# e2fsck -f /dev/sdd1 • finished hdd1 and manage sdd prachoom rangkasikorn how to manage 11/28/2012 26 hdd with parted
  • 27. create partition hdd5=20tb • sh4.0#parted • parted select /dev/sde • p • mklabel • yes • gpt • p prachoom rangkasikorn how to manage 11/28/2012 27 hdd with parted
  • 28. create partition hdd5=20tb(cont) • mkpart 1 • ext3 • start 0 • end 2000gb • p • q • mkfs.ext4 /dev/sde1 • e2fsck –f /dev/sde1 prachoom rangkasikorn how to manage 11/28/2012 28 hdd with parted
  • 29. format sde • parted q <enter> • sh4.0# mkfs.ext4 /dev/sde1 • sh4.0# e2fsck -f /dev/sde1 • finished hdd1 and manage sde prachoom rangkasikorn how to manage 11/28/2012 29 hdd with parted
  • 30. sumerize • sdb1 gpt 2000gb • sdc1 gpt 2000gb • sdd1 gpt 2000gb • sde1 gpt 2000gb prachoom rangkasikorn how to manage 11/28/2012 30 hdd with parted
  • 31. What do you do continue? • setup fc11-64bit on sda three partition first • close selinux • mkdir folder for receive script • e2label • fstab • rc.local • create grant user • restore mysql prachoom rangkasikorn how to manage 11/28/2012 31 hdd with parted
  • 32. Hardcopy 300gb/hour • Sda preschool41gb,primary988gb,gen5xxgb • Sdb dltv52- 831gb,secondary591gb,vocation188gb • Sdc dltv53p,m 1537gb • Sdd edltv633gb prachoom rangkasikorn how to manage 11/28/2012 32 hdd with parted