On Tue, Oct 7, 2008 at 4:07 PM, J. H. Kim <[EMAIL PROTECTED]> wrote: > Hi, everyone > > I mounted windows xp partion as follows: > "mount -o iocharset=cp949 -t ntfs /dev/sda2 /mnt/windows -o umask=0000" > > As a result, reading the windows partition is OK, but the writing is denied. > The directory of /mnt/windows permission mode is set all readable, writable, > executable. > When I try to write any file to /mnt/windows, the error message "Permission > denied" is prompted. > > How can I fix it ? > > Thanks in advnace. >
if your partition is ntfs, here is a reference: exe "apt-get ntfs-3g" make a directory for the patition to mount, eg:/Windows/Storage exe "mount /dev/sda3 /Windows/Storage -t ntfs-3g" then the content of the patition pops out -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

