#182 closed defect (duplicate)
detect all proc file systems before unmounting file systems
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
umount -a doesn't unmount proc file systems. That's all great, so we added a seperate umount of /proc to the umountfs script. But, proc may be mounted on other places too, like $LFS/proc and often poeple forget to unmount it, so $LFS can't be unmounted ,etc, etc.
Let's see if we can find a nice solution to parse the /proc/mounts file (/etc/mtab isn't an option always in case / is mounted read-only), get all proc file systems and unmount them.
Change History (11)
comment:1 by , 23 years ago
Resolution: | → later |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
Resolution: | later |
---|---|
Status: | closed → reopened |
comment:3 by , 23 years ago
Priority: | normal → highest |
---|
comment:4 by , 23 years ago
comment:5 by , 23 years ago
Again, I think:
umount -a -t proc
should do the trick. I'd love to fix all this, but I'm not into the LFS bootscripts at all. I use BSD style bootscripts exclusively, so I'm not the right person to fix the bootscript. Please... ;)
comment:6 by , 23 years ago
Yes, already taken care of in the scripts I rewrote. I should have marked this bug a duplicate a while ago. Guess I forgot
comment:7 by , 23 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
* This bug has been marked as a duplicate of 13 *
comment:8 by , 23 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
owner needs to be set to Gerard, reopening then closig again
comment:9 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:10 by , 23 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
* This bug has been marked as a duplicate of 13 *
umount -a -tproc?