Hallo Scratchy,
vielen Dank. Das mit dem Doppelpunkt hatte ich wohl übersehen, ja.
Inzwischen bin ich auch schon etwas weiter gekommen und habe mal einen Blick ins afp.log geworfen:
Code: Alles auswählen
Jul 13 13:26:34 afpd[16370][auth.c:233]: I:AFPDaemon: login Daniel (uid 1002, gid 100) AFP3.2
Jul 13 13:26:37 afpd[16370][server_ipc.c:207]: I:AFPDaemon: ipc_write: command: 2, pid: 16370, msglen: 24
Jul 13 13:26:37 afpd[16113][server_ipc.c:157]: I:AFPDaemon: ipc_read: command: 2, pid: 16370, len: 24
Jul 13 13:26:37 afpd[16113][server_child.c:348]: I :D efault: Setting clientid (len 16) for 16370, boottime 4C3B3B65
Jul 13 13:26:37 afpd[16113][server_ipc.c:103]: I:AFPDaemon: ipc_get_session: len: 24, idlen 16, time 4c3b3b65
Jul 13 13:26:38 afpd[16370][afp_dsi.c:377]: E:AFPDaemon: bad function 4C
Jul 13 13:26:41 afpd[16406][dsi_tcp.c:208]: I :D efault: ASIP session:548(7) from 192.168.2.100:53175(9)
Jul 13 13:26:41 afpd[16113][server_child.c:393]: I :D efault: server_child[1] 16406 done
Jul 13 13:26:41 afpd[16370][volume.c:2177]: D5:AFPDaemon: Creating '/USB_hdd1/Network Trash Folder' failed in /USB_hdd1: Read-only file system
Jul 13 13:26:41 afpd[16370][volume.c:2177]: D5:AFPDaemon: Creating '/USB_hdd1/Temporary Items' failed in /USB_hdd1: Read-only file system
Jul 13 13:26:41 afpd[16370][volume.c:2177]: D5:AFPDaemon: Creating '/USB_hdd1/.AppleDesktop' failed in /USB_hdd1: Read-only file system
Jul 13 13:26:41 afpd[16370][volume.c:2255]: D5:AFPDaemon: Error opening /USB_hdd1/.AppleDesktop/.volinfo: No such file or directory
Jul 13 13:26:41 afpd[16370][volume.c:1745]: W:AFPDaemon: Warning: No CNID scheme for volume /c/home/Daniel. Using default of dbd.
Jul 13 13:26:43 afpd[16370][volume.c:2177]: D5:AFPDaemon: Creating '/USB_hdd1/Network Trash Folder' failed in /USB_hdd1: Read-only file system
Jul 13 13:26:43 afpd[16370][volume.c:2177]: D5:AFPDaemon: Creating '/USB_hdd1/Temporary Items' failed in /USB_hdd1: Read-only file system
Jul 13 13:26:43 afpd[16370][volume.c:2177]: D5:AFPDaemon: Creating '/USB_hdd1/.AppleDesktop' failed in /USB_hdd1: Read-only file system
Jul 13 13:26:43 afpd[16370][volume.c:2255]: D5:AFPDaemon: Error opening /USB_hdd1/.AppleDesktop/.volinfo: No such file or directory
Jul 13 13:26:43 afpd[16370][server_ipc.c:207]: I:AFPDaemon: ipc_write: command: 2, pid: 16370, msglen: 24
Jul 13 13:26:43 afpd[16113][server_ipc.c:157]: I:AFPDaemon: ipc_read: command: 2, pid: 16370, len: 24
Jul 13 13:26:43 afpd[16113][server_child.c:348]: I :D efault: Setting clientid (len 16) for 16370, boottime 4C3B3B65
Jul 13 13:26:43 afpd[16113][server_ipc.c:103]: I:AFPDaemon: ipc_get_session: len: 24, idlen 16, time 4c3b3b65
Jul 13 13:26:48 afpd[16370][cnid_dbd.c:279]: E:CNID: dbd_rpc: Error reading header from fd (db_dir /USB_hdd1): closed
Jul 13 13:30:19 afpd[16370][logger.c:255]: I:Logger: doing log_setup, type 0, level 50, filename "/var/log/netatalk.log"
Jul 13 13:30:19 afpd[16370][logger.c:395]: D7:Logger: log_file_arr[0] now contains: {log_filename:/var/log/netatalk.log, log_file:0xa8780, log_level: 50}
Jul 13 13:30:19 afpd[16370][logger.c:398]: D5:Logger: log_setup[0] done
Jul 13 13:30:19 afpd[16370][afp_dsi.c:71]: I:AFPDaemon: 4,48KB read, 24,97KB written
Jul 13 13:30:19 afpd[16370][afp_dsi.c:98]: I:AFPDaemon: Connection terminated
Offensichtlich habe ich keinen Schreibzugriff auf das USB-Laufwerk.
Code: Alles auswählen
ReadyNAS:/USB# ls -l
insgesamt 4
drwxrwxrwx 11 root root 4096 2010-07-13 15:26 USB_Daniel
drwxrwxr-x 1 partner partner 16 2010-05-18 20:25 USB_hdd1
Mount zeigt aber "rw" an:
Code: Alles auswählen
ReadyNAS:/USB# mount
/dev/md0 on / type ext2 (rw,noatime)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /ramfs type ramfs (rw)
tmpfs on /USB type tmpfs (rw,size=16k)
/dev/c/c on /c type ext2 (rw,noatime,acl,user_xattr,usrquota,grpquota)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda1 on /USB/USB_Daniel type ext3 (rw,noatime,acl)
/dev/sdb1 on /USB/USB_hdd1 type hfsplus (rw)
Komisch.
Daher meine Frage: Wie kann ich ein Laufwerk als "root" mounten?!