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

Re: How to mount partitions on boot



Tito wrote:
> Hi everybody!
> 
>   Where have I to put the command to mount a partition on linux boot?
> 

/etc/fstab

Here are some examples:

# /etc/fstab: static file system information.
#
# <file system>	<mount point>	<type>	<options>			<dump>	<pass>

/dev/fd0	/floppy		auto	defaults,users,noauto		0	0
/dev/fd0	/mac		hfs	defaults,users,noauto		0	0

/dev/cdrom	/cdrom		iso9660	defaults,ro,users,noauto	0	0

#Windows (mounts at boot)
/dev/hda1	/mnt/win98	vfat	defaults,users,umask=0		0	0
/dev/hdb1	/mnt/hdb1	vfat	defaults,noauto			0	0

-- 
David Raeker-Jordan
mailto:rkrjrdn@epix.net
Harrisburg, PA, USA


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: