Sequence of entries in /etc/fstab

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Sequence of entries in /etc/fstab

    In /etc/fstab, the / partition should be the first entry, as it must be
    mounted first. Any partitions above it will be mounted and fsck will be
    unable to check them.

    How do I get around this requirement with two flavours of Linux? It seems
    to me that there cannot be any overlap between partitions, even to the
    extent of mounting the "home" partition of one as a partition in the /mnt
    of the other, or the above rule will be contravened.

    Incidentally to the above, I have my second OS on /dev/hdb, with the root
    partition on /dev/hdb5, and swap on /dev/hdb6. I have implemented the
    scheme in the LILO HOWTO, making /dev/hdb5 appear as /dev/hda5. I get a
    message: Unable to mount root filesystem on 03:06. I thought that 03:06
    was /mnt/hda6. Nowhere is there a directive to mount root on /dev/hda6 or
    /dev/hdb6.

    Doug.
    --
    Registered Linux User No. 277548.
    They say lightning never strikes twice in the same place. My typing is
    about as accurate. Apologies for any typos that slip in. - Doug.
    Doug Laidlaw Guest

  2. Similar Questions and Discussions

    1. /etc/fstab: When I swap around my USB stuff it gets mounted wrongly.
      I have set up some entries in my fstab to tell it where to mount my various USB mass storage devices: My 3 USB Devices: ipod nano SD Card via...
    2. error in line_1 of /etc/fstab
      Gents: My system constantly whines about an "... error in line_1 of /etc/fstab ..." Here it is .... is there a problem ?? I know the last_line...
    3. Jaguar - Moving Appplications Folder to seperate partition (/etc/fstab)
      Dear Readers, I have just installed Mac OSX 10.2.6 onto my power book. I have partitioned my drive with Mac OSX, Applications and Users. (12 Gb...
    4. usb devices /etc/fstab
      hi, i have two usb removable mass storage devices (camera and vorbis player) that are both setup in /etc/fstab to use /dev/sda1 as the device....
    5. OSX - nidumped fstab/exports
      I have a bunch of OSX Macs on a networks. I will appreciate if you can send me your nidumped fstab/exports so that I'd have some examples how to set...
  3. #2

    Default Re: Sequence of entries in /etc/fstab

    Doug Laidlaw wrote:
    > How do I get around this requirement with two flavours of Linux?
    .... i'm a little unclear what you're trying to do. is this
    a multi-boot machine, with two or more OS's on it that you
    are booting into? are you having an issue booting one? tell
    us a little more about what is not happening/wanting to do.
    show us:
    # fdisk -l /dev/hd*
    and the contents of /etc/fstab's
    ..
    --
    /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
    \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
    \\\ [url]http://pages.sbcglobal.net/mtobler/mjt_linux_page.html[/url] ///
    "Well, if you can't believe what you read in a comic book, what
    *can* you believe?!" - Bullwinkle J. Moose [Jay Ward]

    mjt Guest

  4. #3

    Default Re: Sequence of entries in /etc/fstab

    On Tue, 16 Sep 2003 00:54:03 +1000, Doug Laidlaw
    <laidlaws@myaccess.com.au> wrote:
    > In /etc/fstab, the / partition should be the first entry, as it must be
    > mounted first. Any partitions above it will be mounted and fsck will be
    > unable to check them.
    >
    > How do I get around this requirement with two flavours of Linux? It seems
    > to me that there cannot be any overlap between partitions, even to the
    > extent of mounting the "home" partition of one as a partition in the /mnt
    > of the other, or the above rule will be contravened.
    >
    I think you may have misunderstood the rule. The root partition must be
    mounted first, but that has nothing to do with the physical location of
    the partitions.
    > Incidentally to the above, I have my second OS on /dev/hdb, with the root
    > partition on /dev/hdb5, and swap on /dev/hdb6. I have implemented the
    > scheme in the LILO HOWTO, making /dev/hdb5 appear as /dev/hda5. I get a
    > message: Unable to mount root filesystem on 03:06. I thought that 03:06
    > was /mnt/hda6. Nowhere is there a directive to mount root on /dev/hda6 or
    > /dev/hdb6.
    >
    If your two operating systems are both Linux distros, I don't see a need
    to remap hdb to hda.


    --
    Commander Spiral Pyjama Pseudo-Rhinocerous Feline Thingamajig Bill Marcum
    (the First)
    Ozy and Millie Name Generator [url]http://heifong.phase.org/omname.php[/url]
    Bill Marcum Guest

  5. #4

    Default Re: Sequence of entries in /etc/fstab

    mjt wrote:
    > Doug Laidlaw wrote:
    >
    >> How do I get around this requirement with two flavours of Linux?
    >
    > ... i'm a little unclear what you're trying to do. is this
    > a multi-boot machine, with two or more OS's on it that you
    > are booting into? are you having an issue booting one? tell
    > us a little more about what is not happening/wanting to do.
    > show us:
    > # fdisk -l /dev/hd*
    > and the contents of /etc/fstab's
    > .
    Thanks, I have it working now. I have Win98 and Mandrake 9.0. I tried to
    add Knoppix, via a /mnt/knoppix partition in Mandrake, but had problems in
    that (a) ext3 was not supported; and(b) Knoppix' partitions were too "new"
    to be checked with Mandrake's e2fsck. I now have Morphix, a "flavour" of
    Knoppix which does support ext3, and I have installed the newest e2fsck.
    Morphix' own lilo.conf did not seem to specify a root partition, but I
    copied the entry across into Mandrake's lilo.conf without thinking. I was
    getting in the first line

    "(?)knoppixEDBA too big"

    then a dot on the next line. I am not sure about the abbreviation, except
    that it was "run on" to "knoppix". When I realized that and put in the
    line for the root partition, everything worked.

    In answer to Bill, my argument was this.

    The root partition must be mounted first. For example, in Mandrake, I have
    /boot on /dev/hda5 and /root on /dev/hda7. /dev/hda7 comes first in
    /etc/fstab. My knoppix partition is on the third line, so when it boots,
    there are already two partitions mounted ahead of it. It doesn't seem to
    matter now, though.

    Doug.

    --
    Registered Linux User No. 277548.
    They say lightning never strikes twice in the same place. My typing is
    about as accurate. Apologies for any typos that slip in. - Doug.
    Doug Laidlaw Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139