perfect-server-ubuntu-18.04-FSTAB Config - Not looking corect

Discussion in 'HOWTO-Related Questions' started by Nick Lyle, Jun 24, 2019.

  1. Nick Lyle

    Nick Lyle New Member

    Hi,

    Really a noob question perhabs but.... following the process around the how to perfect-server-ubuntu-18.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig
    got to Nano /etc/fstab and the file exisits looking like this...

    "
    UUID=ee0bc38d-862b-41b0-a188-bf4fb8728914 / ext4 defaults 0 0
    UUID=3f54cf1f-378d-4090-956a-e39a44e80d0e /boot ext4 defaults 0 0
    "

    Not sure how to get back from this point. Everything else seems to be just fine...
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Code:
    UUID=ee0bc38d-862b-41b0-a188-bf4fb8728914 / ext4 defaults 0 0
    UUID=3f54cf1f-378d-4090-956a-e39a44e80d0e /boot ext4 defaults 0 0
    Those lines look OK, but the file should have more lines.
    Get back to where? If you mean save file and exit the editor, nano has key commands listed at the bottom of the screen.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    I second the opinion from @Taleman, the file looks fine. If it's a VPS, then it might be ok that you don't have more lines in there.
     
  4. Nick Lyle

    Nick Lyle New Member

    This is on a dedicated machiine. I agree that does look OK BUT and that the file needs more information but how do I freehand create what I need? how do i enable quota? I guess it is not that important just a nice to have. Any clues?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    If the server starts like this and there was not more in there, then there are no more lines needed. Just add the quota part to the line:

    UUID=ee0bc38d-862b-41b0-a188-bf4fb8728914 / ext4 defaults 0 0

    and that's all.
     

Share This Page