Link to home
Start Free TrialLog in
Avatar of taaz
taaz

asked on

RedHat 6.1

Linux : RHEL6.1 on vmware
#df -h
Filesystem          Size            used   avail   Use  mounted on
/dev/sda2             28G            2.1G    24G    8%        /
tmpfs                   504M         420K    504M   1%       /dev/shm
/dev/sda1            291M           30M    247M  11%     /boot

Now I want to partition the /dev/sda2. create file systems mounted on /u00, /u01,/u02 of 8G,4G,4G
respectively.

what are my options to achive this task.?
used
 fdsk /dev/sda2

#mkfs.ext3 -b 4096 /dev/sda2
mke2fs 1.41.12  (17-May-2010)
/dev/sda2 is mounted; will not make a filesystem here!

ASKER CERTIFIED SOLUTION
Avatar of Josef Pospisil
Josef Pospisil
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of taaz
taaz

ASKER

Got it thanks