maindavfs2 - Support: sr #108054, Can't mount to Iomega Network...

 
 

sr #108054: Can't mount to Iomega Network Storage Drive Home Editon via webdav

Submitter:  Richard Stevens <rstevens_21>
Submitted:  Thu 10 May 2012 10:01:57 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Need Info
Privacy:  Public Assigned to:  _71007
Open/Closed:  Closed Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 11 May 2012 07:17:38 PM UTC, comment #1: 

The output of w3m shows the response to a successful GET-request. That proves that GET is working but does not prove that WebDAV is working.
For WebDAV the server must at least support OPTIONS, PROPFIND, PROPPATCH, GET, HEAD and PUT.

davfs2 will first send an OPTIONS-request and then a PROPFIND-request. Your server responded with error "404 Not Found" to one of these requests. Why did it do this?

To get an answer to this question you might

  • catch the network traffic and analyze it with some program like wireshark, or
  • add options 'debug most' and 'debug httpbody' to your davfs2.conf file and look for the debug messages from mount.davfs in your log files, or
  • look at the log files of the server.


Cheers
Werner

- <_71007>
Thu 10 May 2012 10:01:57 PM UTC, original submission:  

Unable to mount to the following below:

sr4:/ # mount -t davfs 192.168.50.250/WebDAV/test /mnt/webdav
Please enter the username to authenticate with server
192.168.50.250/WebDAV/test or hit enter for none.
  Username:
Please enter the password to authenticate user  with server
192.168.50.250/WebDAV/test or hit enter for none.
  Password: 
/sbin/mount.davfs: Mounting failed.
404 Not Found

Verified webdav is working by doing the following command:

sr4:/ # w3m http://192.168.50.250/webdav/test
Index of /webdav/test

      Name                    Last modified       Size  Description
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ

[DIR] Parent Directory        20-Apr-2012 22:07      -
[IMG] DefaultPicture.png      10-Jun-2011 11:29     4k
[   ] Thumbs.db               20-Apr-2012 22:44     4k

âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ


Richard Stevens <rstevens_21>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by _71007 (Posted a comment)
  • -email is unavailable- added by rstevens_21 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-20 _71007 StatusIn Progress Need Info
        Open/ClosedOpen Closed
    2012-05-11 _71007 StatusNone In Progress
        Assigned toNone _71007

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code