WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mount tool bug?  (Read 8817 times)

Offline arso96

  • Newbie
  • *
  • Posts: 0
Re: mount tool bug?
« Reply #15 on: December 26, 2018, 04:29:57 AM »
This was a practical problem that i faced before, that is why i came up with the solution. Most times you’ll encounter the failed to mount /etc/fstab or Cannot read /etc/fstab: file not found; these are the two most common errors with /etc/fstab file.

If the file is missing(say accidentally deleted), then you need to recover it, in case you have a backup you can restore the it or else manually add all the necessary auto-mount entries.

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 404
Re: mount tool bug?
« Reply #16 on: December 26, 2018, 01:49:03 PM »
Isn't /etc/fstab dynamically created during the boot process unless the "nofstab" bootcode is set?
 (I use piCore)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11510
Re: mount tool bug?
« Reply #17 on: December 26, 2018, 02:08:40 PM »
Hi Greg Erskine
Yes it is. It's also recreated by the  rebuildfstab  command, which is called by the mount tool when you click the refresh button
and possibly also when it starts.