View Single Post
  #4 (permalink)  
Old 10-15-2007, 01:10 PM
Jordan's Avatar
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2006
Posts: 569
Jordan is on a distinguished road
Default

The solution to this is to label your partitions and remount in /etc/fstab with those partition names instead of the device name.

To label a partition:
Code:
e2label <partition> <label>
Reply With Quote