
Re: Win7 rc1 partitions and ntfs-3g question?
Thanks for the quick replies, szaka.
I tried to copy a file:
Code:
root /home/win7/c # cp /home/pub/test.txt ./
cp: cannot create regular file `./test.txt': Permission denied
I tried to create a file with touch:
Code:
root /home/win7/c # touch test.txt
touch: cannot touch `test.txt': Permission denied
On the winxp the touch works without issue:
Code:
root /home/winxp/d # touch test.txt
root /home/winxp/d # ls -l test.txt
-rwxrwxrwx 1 1000 users 0 2009-05-14 12:34 test.txt
Mount command shows:
Code:
root /home/winxp/d # mount
/dev/sdb2 on /home/win7/c type ntfs (rw)
It shows that /home/win7/c is read/write.
The permissions for the win7 partition:
Code:
root /home/win7/c # ls -l
total 6420296
drwx------ 1 root root 0 2009-05-12 20:42 $Recycle.Bin
-rw------- 1 root root 8192 2009-05-12 22:30 BOOTSECT.BAK
drwx------ 1 root root 4096 2009-05-12 22:30 Boot
drwx------ 1 root root 0 2009-04-22 02:27 Documents and Settings
-rw------- 1 root root 0 2009-05-13 19:35 IO.SYS
-rw------- 1 root root 0 2009-05-13 19:35 MSDOS.SYS
drwx------ 1 root root 0 2009-05-12 21:27 MSOCache
drwx------ 1 root root 0 2009-05-13 23:43 PerfLogs
drwx------ 1 root root 12288 2009-05-13 22:23 Program Files
drwx------ 1 root root 4096 2009-05-13 22:26 ProgramData
drwx------ 1 root root 0 2009-05-12 20:42 Recovery
drwx------ 1 root root 8192 2009-05-13 23:47 System Volume Information
drwx------ 1 root root 0 2009-05-13 22:59 Temp
drwx------ 1 root root 16384 2009-05-14 00:37 Tmp
drwx------ 1 root root 4096 2009-05-12 20:42 Users
drwx------ 1 root root 4096 2009-05-14 00:34 WinTemp
drwx------ 1 root root 32768 2009-05-13 15:38 Windows
-rw------- 1 root root 24 2009-03-20 09:42 autoexec.bat
-rw------- 1 root root 383200 2009-04-21 23:28 bootmgr
-rw------- 1 root root 10 2009-03-20 09:42 config.sys
-rw------- 1 root root 2817384448 2009-05-13 12:41 hiberfil.sys
drwx------ 1 root root 4096 2009-05-13 16:24 opt
-rw------- 1 root root 3756515328 2009-05-13 12:41 pagefile.sys
Not sure what else to try? Any suggestions would be appreciated.