chown/chmod

From: Elke Wilkeit (ewi--@t-online.de)
Date: Sat Apr 19 2003 - 14:45:02 CEST

  • Next message: Martin Schulze: "Re: chown/chmod"

    hei *,

    kann mir jemand sagen, wieso root m"oglicherweise einer vfat
    gemounteten partition keine schreibrechte / nutzerrechte geben kann?

    ich habe ein verzeichnis windows mit rechten 775. wenn ich eine vfat
    partition dorthin mounte, sind die rechte hinterher 755, eigner ist
    root und daran kann auch root nichts "andern, s.u.

    herzlichen gru"s, elke.

    -------------------------------- (RedHat 7.3)
    [root@kira etc] (0) cat fstab
    [...]
        /dev/hda2 /mnt/windows vfat rw,gid=100,uid=500 1 1

    [root@kira mnt] (0) cd /mnt; ls -l
    [...]
       drwxr-xr-x 4 root root 1024 Apr 19 15:14 windows

    [root@kira mnt] (0) chmod g+x windows
    [root@kira mnt] (0) ll
    [...]
       drwxr-xr-x 4 root root 1024 Apr 19 15:14 windows

    [root@kira mnt] (0) chown uwe:users windows
       chown: Ändern des Eigentümers von »windows«: Die Operation ist nicht erlaubt

    [root@kira mnt] (1) umount /mnt/windows
    [root@kira mnt] (0) ll
    [...]
       drwxrwxr-x 2 root root 4096 Mär 25 19:15 windows

    [root@kira mnt] (0) chown uwe:users windows
    [root@kira mnt] (0) ll
    [...]
       drwxrwxr-x 2 uwe users 4096 Mär 25 19:15 windows

    [root@kira mnt] (0) mount -t vfat -o rw /dev/hda2 /mnt/windows
    [root@kira mnt] (0) ll
    [...]
       drwxr-xr-x 4 root root 1024 Jan 1 1970 windows



    This archive was generated by hypermail 2.1.4 : Sat Apr 19 2003 - 14:45:12 CEST