Re: Excahnge data between NTFS and Linux partitions

From: Andreas Janssen (andreas.janssen_at_bigfoot.com)
Date: 12/27/03

  • Next message: Kristian Niemi: "Re: Excahnge data between NTFS and Linux partitions"
    To: debian-user@lists.debian.org
    Date: Sat, 27 Dec 2003 16:56:47 +0100
    
    

    Hello

    Andrus Moor (<eetasoft@online.ee>) wrote:

    > I have dual booting system: XP with NTFS and Debian unstable with
    > ext2 file systems.
    > This is Acer Travelmate notebook. Network and internet connections are
    > not available usually.
    >
    > 1. How to allow non-root user to read XP partition ?
    >
    > I added a line to /etc/fstab :
    >
    > /dev/hda1 /xp ntfs users,uid=andrus,exec,rw,suid,umark=0777
                                                         ^^^^^
    This should be umask. Additionally, umask does not work like chmod. You
    must use the complement of what you would use with chmod. Instead of
    777, you would have to use 000.

    > 2. How to write to NTFS partition from Linux ?
    >
    > The fstab line above mounts /xp as read only !

    Don't even try. As far as I know, the only thing you can do is write to
    files as long as their size doesn't change. Everything else does not
    work reliably. Writing support for NTFS is probably disabled by default
    in all Debian kernels.

    > 3. How to read and write ext2 partition from Windows XP ?

    Google for explore2fs.

    best regards
            Andreas Janssen

    -- 
    Andreas Janssen
    andreas.janssen@bigfoot.com
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976
    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Kristian Niemi: "Re: Excahnge data between NTFS and Linux partitions"

    Relevant Pages

    • Re: Privleges and Write problem
      ... houghi wrote: ... Is there an easy way to have chmod ... > and chown set per directory? ... I could have sworn there was a way to set a umask on a per-directory ...
      (alt.os.linux.suse)
    • Re: [SLE] How can I do this?
      ... > user creates a new file, it is created with that user's umask. ... > How can I make the filesystem have a umask that overrides the users' ... chmod 775 directory ...
      (SuSE)
    • Re: Privleges and Write problem
      ... > can easily set the umask to 077. ... Dir /media/writing/ made with chmod g+s ... From 'adduser' ... My experience with SUSE ...
      (alt.os.linux.suse)
    • Re: [SLE] How can I do this?
      ... >> user creates a new file, it is created with that user's umask. ... > chmod 775 directory ... automatically get the group writable permission. ...
      (SuSE)
    • Re: Privleges and Write problem
      ... Wher can I find human understandable explantion of how umask works? ... do either chmod +x or chmod 770 or 700 to make a file excecutable. ...
      (alt.os.linux.suse)