Results 1 to 4 of 4

Thread: Curlftpfs in fstab problem

  1. #1
    Join Date
    Dec 2012
    Beans
    2

    Question Curlftpfs in fstab problem

    Hi. I'm using curlftpfs to mount an ftp server in my filesystem. This works very well when I mount it manually after startup (mount -a). I've added this mount to fstab but ubuntu halts during startup saying it cant be mounted. When I press M and try to mount it manually it seems to me that the network is not initialized yet.
    How can I solve this?

  2. #2
    Join Date
    Jan 2006
    Beans
    21
    Distro
    Dapper Drake Testing/

    Re: Curlftpfs in fstab problem

    Posting your fstab would help. Without looking at that though are you using the _netdev option? This should allow the network share to come up after the network is initialized.

  3. #3
    Join Date
    Dec 2012
    Beans
    2

    Re: Curlftpfs in fstab problem

    Thanks for the reply. That solved it:D
    This is my fstab:
    curlftpfs#ftp://ftpuser:passw@server /mnt/ftpbackup fuse rw,uid=1000,umask=0777,user,suid,allow_other,exec, auto,utf8,_netdev 0 1

  4. #4
    Join Date
    Jun 2006
    Location
    Perugia, Italy
    Beans
    Hidden!

    Re: Curlftpfs in fstab problem

    Hi there,
    I know this thread is old but I'm experiencing the same problem with Ubuntu Gnome 13.04.
    I can mount manually my ftp folder using curlftpfs but I can't mount it with Fstab during boot due to network not ready as reported on my error log.
    Don't know why but the option _netdev is considered invalid, even when I try with mount -a.
    Any tips? Thanks.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •