When i cd to /mnt/12 and do
Foo:/mnt/12# ls
RECYCLER
System Volume Information
Foo:/mnt/12# mkdir check
mkdir: cannot create directory `check': Operation not permitted
Foo:/mnt/12# touch try
touch: cannot touch `try': Permission denied
Foo:/mnt/12# echo hi > foo
bash: foo: Permission denied
Foo:/mnt/12#
Why aren't the commands working. I am sure i have enabled RW in kernel.I
did it twice.
kernel version is 2.4.21.
What should i do to create a directory or file in NTFS drive (/mnt/12).
Do i need special tools or how do i do it ?
Thank you
Nik
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/