Re: Access fat-partition as user?

From: Jan C. Nordholz (jckn_at_gmx.net)
Date: 09/30/03

  • Next message: R Ransbottom: "Re: Any users of mondoarchive on debian boxes?"
    Date: Tue, 30 Sep 2003 23:06:30 +0200
    To: "debian-user@lists.debian.org" <debian-user@lists.debian.org>
    
    

    > Hi!
    > I have a windows-partition (/dev/sda1) I want to access
    > from debian but can only do it as root (su). I tried to chmod
    > it to "754" so user could access it but it doesn't change
    > the permision on it.

    Simply chmod'ing the permissions of the mount point won't
    help. Use mount with the uid, gid and umask options - consult
    mount's manpage for details. I'm mounting my FAT partitions
    with

    uid=0,gid=1001,umask=002

    which gives all members of group 1001 read/write and
    all other users read permission.

    HTH,

    Jan

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: R Ransbottom: "Re: Any users of mondoarchive on debian boxes?"

    Relevant Pages

    • Cant chmod a usb drive
      ... that I can't do either a chmod or a chgrp on the newly ... I can handle the group problem in Apache, ... just logon and do everything as root). ... So far a search of man mount hasn't produced anything. ...
      (comp.os.linux.misc)
    • Re: User Privilege in RH 7.3
      ... > read, write, and execute stuff of they own. ... > able to mount a new device (such as CD, or Disck, or a Windows partitioned ... > hd), without changing to root. ... chmod 755 /usr/local/bin/whatever ...
      (comp.os.linux.misc)
    • Re: usb mount problem
      ... so that whoever runs the program does so effectively as root. ... bits the suid bit on chmod or /bin/sh could be disastrous. ... This file is the man page for mount ...
      (alt.linux)
    • Mount: Only root can do that
      ... "Mount: ... Just log in as root. ... chmod u+s /bin/umount ... How can I make it so a non-root user can mount with full read/write ...
      (linux.redhat)
    • Re: mounting FAT32 partition as ordinary user
      ... (If you want to manually mount it yourself,eg mount /shared:see man mount) ... If you want it mounted on startup try (as root) chmod a+rw /shared which ...
      (alt.os.linux)