Changes

Jump to: navigation, search

Allocating a Windows Disk Partition to Fedora Linux

50 bytes added, 15:24, 22 August 2007
Mounting the New Partition
<pre>
sudo su - mkdir /vol1
</pre>
<pre>
sudo gedit /etc/fstab
</pre>
At the bottom of the /etc/fstab file, add the following line to mount the new partition(modifying the /dev/sda1 device to match your environment):
<pre>
/dev/hda1 sda1 /vol1 ext3 defaults 0 0
</pre>
<pre>
sudo mount /vol1
</pre>
<pre>
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 sda1 7.9G 7G 147M 146M 7.4G 2G 2% /vol1
</pre>

Navigation menu