ciao<br>
ad un tentativo di montaggio<br>
mount /mnt/dav<br>
(in fstab: <a href="http://xxxx.it">http://xxxx.it</a> /mnt/dav davfs rw,users,noauto 0 0)<br>
ho questo problema<br>
/usr/lib/mount.davfs-2.6: Could not open /dev/davfs0<br>
<br>
<br>
in una FAQ hjo trovato:<br>
--------------------------------------------------------------------------<br>
Q. How many WedDAV server can I mount?<br>
A. Maximum five.<br>
<br>
From: Jan Harkes <<a href="mailto:jaharkes@cs.cmu.edu">jaharkes@cs.cmu.edu</a>><br>
<br>
linux/include/linux/coda_psdev.h<br>
<br>
#define MAX_CODADEVS 5 /* how many do we allow */<br>
<br>
Q. It looks like if minor number is grater than 5, Coda can't support the file.<br>
Am I right?<br>
<br>
A. Correct, the array in the kernel doesn't fit any more than that.<br>
<br>
Q. What happen, if we want to mount more than five servers?<br>
<br>
A. You have a problem, of course you can change that define and recompile,<br>
but that gives you a bunch of new problems.<br>
-------------------------------------------------------------------------------<br>
centra qualcosa?<br>
<br>
master@ma-ma:~$ ls -lai /dev/dav*<br>
15017 crw-rw---- 1 root users 67, 0 2005-12-28 11:31 /dev/davfs0<br>
<br>
master@ma-ma:~$ ls -lai /usr/lib/mount.davfs-*<br>
45403 -rwsr-xr-x 1 root root 44520 2005-09-14 21:12 /usr/lib/mount.davfs-2.6<br>
<br>
master@ma-ma:~$ ls -lai /usr/sbin/moun*<br>
45407 -rwsr-xr-x 1 root root 245 2005-09-14 21:12 /usr/sbin/mount.davfs<br>
<br>
<br>
ciao e buon capodanno<br>
<br>
gg<br>