Thank you VERY much Altair,
Although,
NTFS has no linux permissions so a chmod or a chown has no affect. The way Linux handles NTFS is to create a view that makes it appear to have linux permissions but ones that cannot be changed. Unless you mount the partition through fstab it will mount in such a way that only you can access it. So you would have to have it mount with permissions allowing others to access the mounted partition.
Pardon my n00bishness, but how do I mount it with permissions allowing others to access my drive?
indeed chown had absolutely no effects.
Would you recommend formating my data drive to ext3/4? I know I can access those files on my Windows (taking into account my windows is used only for games) through
http://www.diskinternals.com/linux-reader/ Here is my partition table
# parted /dev/sda print
Model: ATA WDC WD1002FAEX-0 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 210GB 210GB primary ntfs
3 210GB 745GB 535GB extended
5 210GB 210GB 499MB logical ext4
6 210GB 235GB 25.0GB logical linux-swap(v1)
7 235GB 245GB 9999MB logical ext4
8 245GB 745GB 500GB logical ext4
sda1 and sda2 are my windows's
sda5 to 8 is my linux's
and this is my data drive
# parted /dev/sdb print
Model: ATA ST31000524AS (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 629GB 629GB primary ntfs
2 629GB 1000GB 371GB primary ntfs
sdb1 is my main data storage
sdb2 is my windows games storage (Steam and stuff)
Thank you in advance for your aknowledgable answers.