View Single Post
Old 02-11-2006, 12:49 PM   #12
faulkner132
Come in Ray...
 
faulkner132's Avatar
 
Join Date: Sep 2004
Posts: 1,668
Open your /etc/fstab file, change /media/windows to /media/new_mount

Now try this at the command prompt:
Code:
umount /media/windows
mkdir /media/new_mount
mount -a
faulkner132 is offline   Reply With Quote