I don’t know what have I done, but this cannot be mounted anymore. If I use sudo mount -a I get this error:
[user@eOS ~]$ sudo mount -a
mount: /mnt/Disk1: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
[user@eOS ~]$ systemctl daemon-reload
[user@eOS ~]$ sudo mount -a
mount: /mnt/Disk1: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
If I try to mount it manually I get a similar error:
An error occurred while accessing '931,5 GiB Internal Drive (sda1)', the system responded: The requested operation has failed: Error mounting system-managed device /dev/sda1: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error
I followed the guide step by step, looked it several times and repeated the whole process multiple times. I do not know what’s wrong and I can’t provide info because I did everything well! I only want my external disk to be mounted at startup, it’s annoying to put the password every time, I ask for very little.
Model: ATA TOSHIBA DT01ACA1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1000GB 1000GB primary fat32
Model: SK hynix BC501 HFM256GDJTNG-8310A (nvme)
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 2097kB 1051MB 1049MB fat32 boot, esp
2 1051MB 256GB 255GB ext4 endeavouros
cat /etc/fstab
# /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>
UUID=16E0-04DF /boot/efi vfat defaults,noatime 0 2
UUID=f24f4bb4-f833-4baa-8a23-093123c5af7d / ext4 defaults,noatime 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
# External drives
UUID=EF4E-2C6F /mnt/Disk1 ext4 noatime,x-systemd.automount,x-systemd.device-timeout=10,x-systemd.idle-timeout=1min 0 2
you shouldn’t even bother with the vfat system that is for the uefi booting and needs to remain as is. you also have a lot of options added to your disk. This is my fstab and I never have issues with my external drives mounting
Thanks. I wanted it to be ext4, I already formatted but it ignored it? Regardless it’s ext4 now and it figures.
A new problem occured however following again the guide at the start. I cannot create folders in /mnt/, they do not appear anywhere and commands are contradicting. Watch this:
This did it, mounted from home it finally stays mounted, thanks.
There is one last problem, though. My disk used to be 935 GB in size, after the tutorial and mounting it’s only 915, and apparently 5% of space is used even though the disk is completely empty. Those are 66 GB lost. Why is this and how to get all my space back?