PDA

View Full Version : save file to fat32



walterma
04-09-2004, 10:27 AM
hi,
how can i save a file, that i write in KWrite, to my fat32-partition? If i try to save the file, i became a error -> no permission! On the fat32-partition i have installed Win98. THX

OErjan
04-09-2004, 10:56 AM
right. here goes, this asumes your drive is hda1 if it is not change accordingly
first you open a console window and write (folow all woth enter)

sudo su
now you write

mount -o remount,rw /dev/hda1 /mnt/hda1
now you should be able to copy files there, if not... let me hear i might have forgotten something.