skghosh44
dig_boy_dig,dig !
Today While I am experimenting for write access in the windows partition, I selected D drive and able to paste a file there. I open /etc/fstab and found I changed the D drive as "defaults,umask=0000 0 0" and the other as "umask = 0002". and changed all the drive as "0000" and rebootd the system. Now all the drives are access for write permission.
Thanks for solving the problem. Here is the config of /etc/fstab :
Thanks for solving the problem. Here is the config of /etc/fstab :
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part11 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part9 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /windows/C vfat defaults,umask=0000 0 0
/dev/sda5 /windows/D vfat defaults,umask=0000 0 0
/dev/sda6 /windows/E vfat defaults,umask=0000 0 0
/dev/sda7 /windows/F vfat defaults,umask=0000 0 0
/dev/sda8 /windows/G vfat defaults,umask=0000 0 0
/dev/sda10 /other ext3 defaults 1 2