Need to change permissions for windows folders

Hey guys,

      How to change permissions for windows folders in suse.By default only read permission will be there on windows folders.How can I enable write permissions??I tried chmod -R 777 /windows .It changed permissions for only /windows/C .In its subdirectories like /windows/C/users etc I am not able to create/delete files or folders...Do I have to edit anything in /etc/fstab ??Plz help me..

Tks in Advance…

rajeshksv37 wrote:
> How to change permissions for windows folders in suse.By
> default only read permission will be there on windows folders.How can I
> enable write permissions??I tried chmod -R 777 /windows .It changed
> permissions for only /windows/C .In its subdirectories like
> /windows/C/users etc I am not able to create/delete files or
> folders…Do I have to edit anything in /etc/fstab ??Plz help me…

You can’t chmod/chown on non-POSIX file system. Instead edit /etc/fstab,
specifically the uid,gid,umask,fmask,dmask options. See “man mount”,
the “options for NTFS” (or vfat) part.

Kind regards,
Andreas Stieger

For VFAT: openSUSE: HowTo set disk access permissions for Fat32 (VFAT) on a desktop PC
For NTFS: HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11

Thanks for the links swerdna. I used the Partioner in Yast and entered in the uid of 1000 like it instructed in the article.

:slight_smile: