Author Topic: Problem with davfs2 1.3.3-1pclos2009  (Read 802 times)

Offline racuna

  • Full Member
  • ***
  • Posts: 79
Problem with davfs2 1.3.3-1pclos2009
« on: March 03, 2012, 09:43:04 AM »
I tried to connect to my box.com account with webdav using this tutorial:

http://www.thetechrepo.com/id=537

but via /etc/fstab or this command:

Quote
mount -t davfs https://www.box.net/dav box.net/ -o username=myuser@gmail.com,password=mypass123


i got the same error message:

Quote
mount: unknown filesystem type 'davfs'


But i have davfs2 installed from the last version on the repos, so i dont know what to do now


Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: Problem with davfs2 1.3.3-1pclos2009
« Reply #1 on: March 05, 2012, 04:21:04 AM »
it seems that the kernel was not compiled to support davfs filesystem ( at least my kernel):

cat /proc/version
Linux version 2.6.38.8-pclos1.bfs (root@localhost.localdomain) (gcc version 4.5.2 (GCC) ) #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011

 cat /proc/filesystems
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   tmpfs
nodev   devtmpfs
nodev   debugfs
nodev   securityfs
nodev   sockfs
nodev   pipefs
nodev   anon_inodefs
nodev   devpts
        ext2
        cramfs
nodev   ramfs
nodev   hugetlbfs
nodev   mqueue
        ext3
nodev   usbfs
nodev   fuse
        fuseblk
nodev   fusectl
nodev   binfmt_misc
nodev   rpc_pipefs
nodev   nfsd

[EDIT]
you can try to use mount.davfs2 and umount.davfs2 provided by davfs2
« Last Edit: March 05, 2012, 04:26:10 AM by yodelu »

Offline racuna

  • Full Member
  • ***
  • Posts: 79
Re: Problem with davfs2 1.3.3-1pclos2009
« Reply #2 on: March 05, 2012, 07:36:52 AM »
Thanks. I'm gonna try that.