|
hello,
one way is to edit your fstab in the etc folder ( /etc/fstab ), look for your fat32 partition mount point ( for example: /mnt/stuff )
on that line there will be something like: ( dont worry if it does not look exactly the same )
ro, user, noexec
all you need to do is change ro to rw, save the file and remount your partition and then it will be writeable
another way is to use the remount command and you could remount it in read write mode
hope this helps
|