Opened 21 years ago
Closed 21 years ago
#732 closed enhancement (wontfix)
how to suppress mount warning in chapter 6
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | 5.0 |
Severity: | minor | Keywords: | |
Cc: |
Description
in chapter 6, section "mounting the proc and devpts file systems", the mount warning message can be suppressed if you pass the -n switch option to the command.
we should have:
mount -n proc /proc -t proc mount -n devpts /dev/pts -t devpts
thanks
Change History (2)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
There are some unwanted side effects from using the "-n" option. See here for the details:
http://linuxfromscratch.org/pipermail/lfs-dev/2004-January/041477.html
Thanks for the suggestion anyway. But we're closing this entry as wontfix.
Note:
See TracTickets
for help on using tickets.
Is this "mount warning message" even an issue anymore? I thought we got rid of it when switching to the new Ch 5 build method where a Glibc is installed in Ch 5 and the mount binary is no longer statically linked. Can someone please confirm if they still see it?
If not an issue anymore, let's just kill the warning.
Even if it is, we are looking at doing the mounting of the virtual file systems from outside the chroot which will negate the problem. See Bug 688.
But this suggestion of using "-n" mount option is not a bad one.