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..
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.