Changes

Jump to: navigation, search

Adding a New Disk Drive to a Fedora Linux System

868 bytes added, 19:02, 12 March 2008
Configuring Fedora to Automatically Mount a Filesystem
== Configuring Fedora to Automatically Mount a Filesystem ==
 
In order to set up the system so that the new filesystem is automatically mounted at boot time we an entry needs to be added to the ''/etc/fstab'' file.
 
The following example shows an fstab file configured to automount our /photos partition:
 
<pre>
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
LABEL=/photos /photos ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
</pre>

Navigation menu