How to Edit fstab when installing pureftpd?

Discussion in 'HOWTO-Related Questions' started by wshakes, Mar 3, 2017.

  1. wshakes

    wshakes Member

    Following guide:
    https://www.howtoforge.com/tutorial...n-8-jessie-apache-bind-dovecot-ispconfig-3/2/
    On step 14, just finished:
    service pure-ftpd-mysql restart
    No problem.
    Now it says:
    nano /etc/fstab
    guide says:
    Code:
    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    # / was on /dev/sda1 during installation
    UUID=3dc3b58d-97e5-497b-8254-a913fdfc5408 / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1
    # swap was on /dev/sda5 during installation
    UUID=36bf486e-8f76-492d-89af-5a8eb3ce8a02 none swap sw 0 0
    /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
    ???????????????????????????????????//
    Okay, here is the output of my current fstab file:
    Code:
      GNU nano 2.2.6              File: /etc/fstab                                 
    
    proc  /proc       proc    defaults    0    0
    none  /dev/pts    devpts  rw,gid=5,mode=620    0    0
    none  /run/shm    tmpfs   defaults    0    0
    
    
    I am not sure how I should modify my fstab file, it appears completely different than the one in the guide? I have not even tried
    yet... what would you recommend? It's a vps on debian 8. Thank you.
     
  2. wshakes

    wshakes Member

Share This Page