On Saturday 02 August 2003 21:23, Stephane Brossier wrote:
<snip>
> #
> # noatime turns of atimes for increased performance (atimes normally aren't
> # needed; notail increases performance of ReiserFS (at the expense of
> storage
> # efficiency).  It's safe to drop the noatime options if you want and to
> # switch between notail and tail freely.
>
> # <fs>   <mountpoint>    <type>         <opts>                  <dump/pass>
>
> # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
> #/dev/hda1      /boot   ext2            noauto, noatime 1 2

forget the space between "noauto, noatime" and all will be well, do this on 
every line.

> /dev/hdb2       none    swap            sw              0 0
> /dev/hdb3       /       reiserfs        noatime, notail 1 0        <- This
> is line 14
> /dev/hdb5       /usr    reiserfs        noatime, notail 1 0
> /dev/hdb6       /var    reiserfs        noatime, notail 1 0
> /dev/hdb7       /home   reiserfs        noatime, notail 1 0
> /dev/cdroms/cdrom0 /mnt/cdrom   iso9660 noauto,ro       0 0
>
> # NOTE: The next line is critical for boot!
> none            /proc   proc            defaults        0 0
>
> # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
> # POSIX shared memory (shm_open, shm_unlink).
> # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
> #  use almost no memory if not populated with files)
> # Adding the following line to /etc/fstab should take care of this:
>
> none            /dev/sh tmpfs           defaults        0 0
> -----------------------------------------------------------
>
>
> Can the problem be somewhere else-- maybe another config file
> has been replaced after I ran etc-update?
>
> Any ideas?
>
> Thanks,
>
> S.

-- 
Tom Wesley

--
[EMAIL PROTECTED] mailing list

Reply via email to