1151089692

Member
Oct 4, 2006
5
0
151
When creating a Partition in Fedoracore 4 it asking m to create a mount Point

the mount point is invaild, Mount point must start with '/' and cannot end with '/', and must contain printalbe charaters

What the start cylinder
end cylinder

mean ?
like when creating a a partition
ext 3
/boot size 50 MB
/home grow to full disk tell me how do i make this to full disk ?
/swap 1024 Mb
/user 10 Mb
/var 1500 Mb
/tmp 500
/ 1500 what ever this means

also in fedoracore 4its asking me to do a partion can some help me out i'm stuck
 

ujr

Well-Known Member
Mar 19, 2004
290
0
166
usually this would cover it:

mke2fs /dev/hdb2 (where hdb2 is your 2nd )

mount /dev/hda2 /newdir (where newdir is the directory where you want to mount it to)

now to my question...

are you trying to mount a new disk or trying to create a new partition on a current disk?
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
Install what? A mount point?

First create a mount point by creating a directory of what you want
this mount to be called.

mkdir mynewmountpoint


then mount as ujr described