Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
When I boot up Debian, a bunch of text scrolls hrough the screen - normal I assume. But, while that text is scrolling, "Mounting local filesystems" (or something like that, ...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84

    loading local filesystems - failed !?!

    When I boot up Debian, a bunch of text scrolls hrough the screen - normal I assume.

    But, while that text is scrolling, "Mounting local filesystems" (or something like that, it went too fast) failed.

    what does this mean? how do I fix it?

    although, the system runs fine AFAIK...

  2. #2
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    what should I do?

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    check your
    Code:
    /etc/fstab
    file and make sure everything is correct
    http://man.he.net/?topic=fstab&section=all
    http://www.tuxfiles.org/linuxhelp/fstab.html
    Brilliant Mediocrity - Making Failure Look Good

  4. #4
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    how? do i do that

  5. #5
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    How do I access this file? what is the command to read a file/read this specific file?

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    first, you have to be root

    you can use any of these editors
    http://qref.sourceforge.net/Debian/r...h-edit.en.html
    from the site St. Joe posted in another thread
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    isn't there a built-in way to read a text file?

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by theguy0000
    isn't there a built-in way to read a text file?
    err, I don't know what you mean by "built in". Some of those programs should already be installed on your system. Just run them as root.

    ie

    Code:
    su
    vim /etc/fstab
    Brilliant Mediocrity - Making Failure Look Good

  9. #9
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    ok I'm in.

    how do I know wether the information is correct?

    edit: i figured out which line represented the partition which has Debian installed, because it is the only ext3 partition i have.. I also see my two CD drives and my floppy drive.

    But, I do not see an NTFS patrition there, though I am positive it exists and contains Windows XP media center edition. Is it supposed to contain this in the file? if so, how do I add it with the corect information?

  10. #10
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84

    Unhappy

    does anybody know the answer to this?

Page 1 of 2 1 2 LastLast

Posting Permissions

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