hi there: I have a problem with permission's samba mount, i need to mount to my linux box a samba filesystem from solaris box, so when the mount has sucess only i can create in the first level of my home and after that i can't make anything. israel@igonzalez:~$ smbmount //10.200.10.31/igonzalez /home/israel/mnt/ -o username=igonzalez uid=107,gid=14 timeout connecting to 10.200.10.31:445 Password: israel@igonzalez:~$ df -k S.ficheros Bloques de 1K Usado Dispon Uso% Montado en /dev/hda7 5036284 2665116 2115336 56% / tmpfs 250016 0 250016 0% /dev/shm /dev/hda6 90297 10852 74628 13% /boot /dev/hda10 1317342 548685 698375 44% /home /dev/hda5 9757936 4845024 4912912 50% /opt /dev/hda8 2030736 582624 1343292 31% /var tmpfs 10240 768 9472 8% /dev //10.200.10.31/igonzalez 103270400 57251840 46018560 56% /home/israel/mnt israel@igonzalez:~$ cd mnt israel@igonzalez:~/mnt$ mkdir TEST israel@igonzalez:~/mnt$ cd TEST israel@igonzalez:~/mnt/TEST$ ls -lrtd drwxr-xr-x 1 root israel 0 2005-11-08 03:31 israel@igonzalez:~/mnt/TEST$ mkdir other mkdir: no se puede crear el directorio ?other?: Permiso denegado israel@igonzalez:~/mnt/TEST$ For a while a i use a winbox without any problem to use a samba-solaris-filesystem . So, thanks for your time.