Article 5GQCK slackware64-current, /etc/rc.d/rc.6 doesn't umount efi partition

slackware64-current, /etc/rc.d/rc.6 doesn't umount efi partition

by
slvr32
from LinuxQuestions.org on (#5GQCK)
It looks like /etc/rc.d/rc.6 doesn't have logic to umount EFI partions, e.g. /boot/efi

# Unmount local file systems:
echo "Unmounting local file systems:"
/bin/umount -v -a -t no,proc,sysfs,devtmpfs,fuse.gvfsd-fuse,tmpfs

I don't know if adding vfat to the -t list is the appropriate fix, or if needs to be more complicated.

I just noticed the issue after a reboot...

[ 16.959016] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

and the related /etc/fstab entry as an example...

/dev/nvme0n1p1 /boot/efi vfat defaults 1 0latest?d=yIl2AUoC8zA latest?i=BLAbZQhc0u8:CnxiW9R2y7w:F7zBnMy latest?i=BLAbZQhc0u8:CnxiW9R2y7w:V_sGLiP latest?d=qj6IDK7rITs latest?i=BLAbZQhc0u8:CnxiW9R2y7w:gIN9vFwBLAbZQhc0u8
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments