Hi,
During the installation I found following options in mount point: / /boot /usr /home /var /opt /tmp /usr/local why r they needed? How much space should one assign for each of them during the installation? When you do the installation, where does the packages get installed ( i.e. in which mount point \ directory)
How can I mount my Windows partitions in the RHL 7.1?
Thanks & Regards, SAMEER :))
~~~~~ My Messanger IDs MSN: s2sameer Yahoo!: s9sameer RediffBol: s2sameer Indiatimes: s2sameer AIM: s2sameer
Hi,
why r they needed?
It is good to have /usr and /var in different partitions. You can then mount /usr with read-only to avoid problems if the system crashes.
How can I mount my Windows partitions in the RHL 7.1?
mount -t vfat /dev/hard_disk_partition /mount_point
or a similar line in /etc/fstab
Pablo. ---------------------------------------------------------------------- Pablo Ares Gastesi. School of Mathematics, TIFR, Mumbai 400 005, INDIA pablo@math.tifr.res.in http://www.math.tifr.res.in/~pablo/ Key fingerprint = 1A 7C 0A 22 5A 75 A4 78 62 6F 64 09 C1 A0 F7 E6 ----------------------------------------------------------------------
----- Original Message ----- From: Sameer Shinde Subject: [ILUG-BOM] Mount points
During the installation I found following options in mount point: why r they needed? How much space should one assign for each of them during the installation? When you do the installation, where does the packages get installed ( i.e. in which mount point \ directory)
the different mount points are basically(nay, crudely) analogous to directories, but they can be on different partitions, and hence can be 'mounted' (or attached) to the root partition.(thats /).
The partitioning and space that you give for each depends on the purpose of the linux box. For example, if its a firewall , you need more space for /var on a different partition... Assuming that you have a home system, you'd be better off having four partitions : /boot 10MB swap 128MB / /usr The space required for / and /usr depends on what u have available and the number of packages you want to install. Your distribution's installation procedure will most likely give you the required size for the packages you selected for install.
happy linuxing!
regards, kishor
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Sometime yesterday, Sameer Shinde wrote:
/ /boot /usr /home /var /opt /tmp /usr/local why r they needed?
Read the Filesystem Heirarchy Standard. It's there in your /usr/doc/ (hopefully).
How much space should one assign for each of them during the installation?
Read the FHS doc.
When you do the installation, where does the packages get installed ( i.e. in which mount point \ directory)
"Packages" get installed in /usr/local/ or /opt. Depends.
How can I mount my Windows partitions in the RHL 7.1?
Read the manpage for mount(8) and fstab(5). You need to add an entry into your fstab file. The RH installer should do that for you auto. if it detects a Windows partition.
Manish J.