Results 1 to 6 of 6

Thread: /mnt/windows/HELP!

  1. #1
    Senior Member
    Join Date
    Dec 2002
    Posts
    129

    /mnt/windows/HELP!

    I have a windows partition and a linux partition on one cpu, If i download a file on windows but want to read it from linux, I look in the /mnt/windows directory, but when I try to move the file to anywhere on the linux side, it says I can't, anyhelp would be greatly appreciated, Hoping I'm making sense to all.

  2. #2
    Now, RFC Compliant! Noia's Avatar
    Join Date
    Jan 2002
    Posts
    1,210
    Is your Win partition NTFS?
    With all the subtlety of an artillery barrage / Follow blindly, for the true path is sketchy at best. .:Bring OS X to x86!:.
    Og ingen kan minnast dei linne drag i dronningas andlet den fagre dag Då landet her kvilte i heilag fred og alle hadde kjærleik å elske med.

  3. #3
    Senior Member
    Join Date
    Dec 2002
    Posts
    129

    /mnt/windows

    yes it is ntfs

  4. #4
    Member
    Join Date
    Aug 2002
    Posts
    57
    Usually linux's ntfs support is "crippled" meaning that it will refuse to allow write access to the partition. If you are just moving it inside the same partition i.e. /mnt/windows/foo.bar to /mnt/windows/bar.foo then it will stop the write and disallow permission unless you have ntfs write support enabled in the kernal (assumed dangerous to data) or you load a module to allow write (also dangerous).

    However if you are copying to outside of the mount point, say /home/user/ then you should be able to copy.
    You wont be able to move however, as that assumes ability to delete, aka write permission for the ntfs drive.

    Copy the data instead and erase the file later in windows or setup a special fat32 transfer partition / drive.

  5. #5
    Senior Member IKnowNot's Avatar
    Join Date
    Jan 2003
    Posts
    792
    Sounds like a permission's problem. You can read it ok, so you have permission for the mount, but do you have permission to write to the folder where you are trying to put it??

    And like Jnet said, usually, you can not move it, just copy it ( most NTFS on Linux is read-only, unless you are brave and set it up differently )
    " And maddest of all, to see life as it is and not as it should be" --Miguel Cervantes

  6. #6
    Junior Member
    Join Date
    Jul 2003
    Posts
    28
    Until it's safer leave NTFS support to read-only. I loaded mine with a module and it works great but until I reformat it I'm stuck with not being able to write to my old windows NTFS drive in this machine (which only runs RH now).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •