[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] mounting partitions



Hi Adityan,

Put the following lines in /etc/fstab file (one line for each mount):

/dev/hdxx	     /directory	          vfat    defaults       0 0
where xx is the hdd partition   
         /directory is the directory where you want to mount the partition.
         Note: You will have to first create the above directory using mkdir
	      before moutnting the partition.
         vfat       tells you the type of File System. 
		(VFAT is for FAT file system)

ex.:
putting
/dev/hda1              /windows                vfat    defaults     0 0 
will mount my first partition on my first HDD in /windows directory.

Hope this helps

Rajesh

On Sat, 14 Aug 1999, you wrote:
> Hi All,
> 
> How do i make linux mount all the partitions (including my dos) as soon as i
> boot linux?
> 
> Adityan
> --------------------------------------------------------------------
> For more information on Linux in India visit http://www.linux-india.org/
> The Linux India mailing list does not accept postings in HTML format.
- --
Shriram alias Rajesh Fowkar
- ------------------------------------------------------------------- 
Great minds discuss ideas;
 Average minds discuss events;
    Small minds discuss people.
- -------------------------------------------------------------------

- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------