Roberth Sjonøy wrote: > Hello, when I mount my fat32 formatted external harddrive through konqueror > with hal, the existing files and folders on the harddrive is read-only, how > can I make konqueror not do that? Since DOS formated disks don't have the UNIX permission bits, there is a fstab option: umask= for fat disks. This is a mask so it is the opposite of what you want. E.G. umask=0 will give you 777. You can set dmask= & fmask= separately for directories and files. See the 'mount' man page for more info. -- JRT ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.