From kde Sun Nov 11 04:48:01 2007 From: James Richard Tyrer Date: Sun, 11 Nov 2007 04:48:01 +0000 To: kde Subject: Re: [kde] issue with fat32 file systems and konqueror Message-Id: <47368981.6040907 () acm ! org> X-MARC-Message: https://marc.info/?l=kde&m=119475651216550 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.