Thread: Getting Files
View Single Post
Old 12-10-2003, 11:11 PM   #2 (permalink)
shan
 
Monster Techie

Join Date: Nov 2002

Posts: 1,368

shan

Send a message via AIM to shan
Default

NTFS Support is growing rapidly but i think alot of it is READ ONLY. If you have partition magic or some other program, your best bet would be to convert to fat32 and run this command in your terminal.
su (enter your password)
gedit /etc/fstab (opens text editor)
add this line to the file
/dev/hda1 /mnt/windows vfat auto,umask=0 0 0
save it . run this command
mkdir /mnt/windows
and reboot, you should now be able to read and write to your windows partition
__________________
<center><h2><font color=\"red\">C:\\ Is the root of all evil</font></h2>
<hr width=\"50%\">
phiber@sysdum.com
spam this account, it's fun.
shan is offline