[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount Partition



On Sat, Oct 30, 1999 at 12:18:03PM +0200, Robin Gressmann wrote:
> Hello,
> (sorry, my english is not very good)
> My problem:
> I have got a large harddisk (2GB). I have make 3 partittions:
> 1. 64MB for all files that need for boot Linux (in the beginning of my
>    harddisk) -> /dev/hdc1
> 2. 64MB Swap
> 3. the rest for all other files (/dev/hdc3)
> 
> I do not know, how I have to mount /dev/hdc1 and /dev/hdc3, so that only the
> files need for boot are on /dev/hdc1 and all other files on /dev/hdc3.
> When the the installation tool ask for mount, I try to mount /dev/hdc3 to
> a ;-delimerted list of directory-names. But this do not work.
>
Hi Robin,

one disk can only be mounted to one directory. So, it is a good idea to use
one disk for the essential files, like kernel , /bin, /sbin and so on. I
don't know how far you are now, how much do you have installed.  

It depends also, how your disk is mapped. Lilo has to find the kernel within
the first 1024 cylinders. That is very important.
I suggest to have a small partition for /boot, that containes the kernel.
yout 64MB are much too much, but if you don't want to repartition again,
it's OK.
Now, how much memory to you have? The swapfile should be about twice as
much.

your fstab could then look like:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options>                  <dump>
<pass>
/dev/hdc3       /                         ext2            defaults 0 1
/dev/hdc1       /boot                     ext2            defaults 0 2
/dev/hdc2       none                      swap            sw       0      0

/dev/hdaX        /dos/c                   vfat            umask=000  0   0
/dev/hdaY        /dos/d                   vfat            umask=000  0  0

/dev/hdb        /cdrom      iso9660 ro,noauto,users,hide   0 0 
/dev/hdd4       /zip        vfat umask=000,noauto,users,hide 0 0  
/dev/fd0        /floppy     auto     noauto,user      0   0 

proc            /proc         proc   defaults                   0      0

> Thank you for all help,

Hope, it helps

Ingo

PS: If you have problems with my englisch, kann ich dir auch auf deutsch
helfen :-)

----------------------------------------------------------------
        I. Reimann                       reimann@uni-muenster.de
        Inst. fuer Angew. Physik         +49 251 83-33527 (fon)
        Correnstr. 2-4                   +49 251 83-33513 (fax)
        D-48149 Muenster
	Germany
----------------------------------------------------------------


Reply to: