FSTAB mount error but konsole mount works with "systemd-coredump'
by abejarano from LinuxQuestions.org on (#5K4YM)
My fstab file:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p3 during installation
UUID=6f11044c-9980-42cb-81dd-eef45cc2a934 / ext4 errors=remount-ro 0 1
# /boot was on /dev/nvme0n1p2 during installation
UUID=115c7153-b85b-490e-a920-7bd82a1347df /boot ext2 defaults 0 2
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=3527-B9CF /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
#UUID="b96deee2-d9e2-4ecb-9987-a1fb73864862" /home/iggi/Im.2 ext4 rw,uid=iggi,exec,relatime 0 2
UUID="42EE4839EE48278D" /home/iggi/seag ntfs-3g rw,user,exec,uid=1000,gid=1000,relatime 0 0
#UUID="hlvK12-OsTg-qgfR-vBnF-kCni-HrT7-75zoqz" /home/iggi/evo ext4 rw,user,exec,uid=1000,gid=1000,relatime 0 2
UUID="c0504e8e-81b4-4ac2-9c25-b90d5d5aaf63" /home/iggi/ct2 ext4 rw,user,exec,uid=1000,gid=1000,relatime 0 2
UUID="4f7c3fea-23bd-4cdd-a456-97fc8f3eac4e" /home/iggi/ct5 ext4 rw,user,exec,uid=1000,gid=1000,relatime 0 2
the last line mounts OK but the prior line mounts with an unspecified error:
"mount: /home/iggi/ct2: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error."
But when I mount manually the files are accessable but the owner and group fields are labelled "system-coredump". I list the appropriate line from the "ls -l" output:
drwxr-xr-x 20 systemd-coredump systemd-coredump 4096 Jun 8 13:44 ct2
How do I determine what the error might be.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p3 during installation
UUID=6f11044c-9980-42cb-81dd-eef45cc2a934 / ext4 errors=remount-ro 0 1
# /boot was on /dev/nvme0n1p2 during installation
UUID=115c7153-b85b-490e-a920-7bd82a1347df /boot ext2 defaults 0 2
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=3527-B9CF /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
#UUID="b96deee2-d9e2-4ecb-9987-a1fb73864862" /home/iggi/Im.2 ext4 rw,uid=iggi,exec,relatime 0 2
UUID="42EE4839EE48278D" /home/iggi/seag ntfs-3g rw,user,exec,uid=1000,gid=1000,relatime 0 0
#UUID="hlvK12-OsTg-qgfR-vBnF-kCni-HrT7-75zoqz" /home/iggi/evo ext4 rw,user,exec,uid=1000,gid=1000,relatime 0 2
UUID="c0504e8e-81b4-4ac2-9c25-b90d5d5aaf63" /home/iggi/ct2 ext4 rw,user,exec,uid=1000,gid=1000,relatime 0 2
UUID="4f7c3fea-23bd-4cdd-a456-97fc8f3eac4e" /home/iggi/ct5 ext4 rw,user,exec,uid=1000,gid=1000,relatime 0 2
the last line mounts OK but the prior line mounts with an unspecified error:
"mount: /home/iggi/ct2: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error."
But when I mount manually the files are accessable but the owner and group fields are labelled "system-coredump". I list the appropriate line from the "ls -l" output:
drwxr-xr-x 20 systemd-coredump systemd-coredump 4096 Jun 8 13:44 ct2
How do I determine what the error might be.