welan Admin
Posts : 248 Join date : 2010-02-23 Age : 61 Location : snow drift in minnesota
| Subject: Mount a windows partition in a dual boot linux installation with write permission...[Read and Write] Sat Mar 27, 2010 7:01 pm | |
| you have the library installed ntfs-3g, you will be able to mount the windows partition and write on it.... mount -o -t ntfs-3g /dev/sda1 /mnt/windows/c force | |
|