You are not logged in.
Pages: 1
Hello.
I try to add a hdd that is mounted under /media/bluray to my linuxdcpp client.But what happens is my dir /home/user get added instead.
My knowledge about permissions are not so good and i wonder if you could help me with this problem .
I tried this from wiki https://wiki.archlinux.org/index.php/Users_and_Groups
ls /media/ -l
totalt 24
drwxr-xr-x 7 root root 8192 1 jan 1970 USB
drwxrwxrwx 4 root root 4096 2 sep 19.04 bluray
drwxrwxrwx 4 root root 4096 3 sep 13.41 bluray-1
drwxrwxrwx 3 root root 4096 3 sep 07.56 bluray-2
drwxrwxrwx 3 root root 4096 3 sep 07.58 bluray-3
[croutch@box ~]$ ls /home -l
totalt 20
drwx------ 29 croutch users 4096 3 sep 13.21 croutch
drwx------ 2 root root 16384 1 sep 11.03 lost+found
# find / -user croutch
find: "/proc/4028/task/4028/fd/5": file or dir not exist
# cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/bin/false
daemon:x:2:2:daemon:/sbin:/bin/false
mail:x:8:12:mail:/var/spool/mail:/bin/false
ftp:x:14:11:ftp:/srv/ftp:/bin/false
http:x:33:33:http:/srv/http:/bin/false
nobody:x:99:99:nobody:/:/bin/false
dbus:x:81:81:System message bus:/:/bin/false
croutch:x:1000:100::/home/croutch:/bin/bash
avahi:x:84:84:avahi:/:/bin/false
usbmux:x:140:140:usbmux user:/:/sbin/nologin
groups croutch
wheel video audio optical storage users
Thanks
freddie
Offline
Pages: 1