Peter,
I think your objective can be accomplished by editing the '/etc/fstab'
file. Let's assume that you want your r/w partition as '/dev/hda1', and you
want your r/o partition as '/dev/hda2'. OK, make the entries as follows in
your '/etc/fstab' file:
/dev/hda1 / ext2 defaults 1 1
/dev/hda2 /drive2 ext2 ro,auto 1 1
This may not be exactly what you want to do (I suspect you want to mount
the r/o partition alongside th r/w partition as your root file-system). If
you do want to mount the r/w partition and the r/o partitions as the root
file-system, please locate the multi-disk HOWTO:
http://metalab.unc.edu/LDP/HOWTO/Multi-Disk-HOWTO.html
Hope this info helps,
Allan
-----Original Message-----
From: pmueller <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, January 28, 1999 1:55 AM
Subject: Re: diskless, not dickless, linux
>Some time ago i found a small paper describing how to create a read-only
file
>system linux. Only one partition was available containing all rw stuff
>(/dev/..., /var ....). This rw-part was generated new at boot time.
>Unfortunately i lost this paper. Can anyone point me to that file?
>
>Thank you
>Peter
>
>
I think your objective can be accomplished by editing the '/etc/fstab'
file. Let's assume that you want your r/w partition as '/dev/hda1', and you
want your r/o partition as '/dev/hda2'. OK, make the entries as follows in
your '/etc/fstab' file:
/dev/hda1 / ext2 defaults 1 1
/dev/hda2 /drive2 ext2 ro,auto 1 1
This may not be exactly what you want to do (I suspect you want to mount
the r/o partition alongside th r/w partition as your root file-system). If
you do want to mount the r/w partition and the r/o partitions as the root
file-system, please locate the multi-disk HOWTO:
http://metalab.unc.edu/LDP/HOWTO/Multi-Disk-HOWTO.html
Hope this info helps,
Allan
-----Original Message-----
From: pmueller <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, January 28, 1999 1:55 AM
Subject: Re: diskless, not dickless, linux
>Some time ago i found a small paper describing how to create a read-only
file
>system linux. Only one partition was available containing all rw stuff
>(/dev/..., /var ....). This rw-part was generated new at boot time.
>Unfortunately i lost this paper. Can anyone point me to that file?
>
>Thank you
>Peter
>
>