Hi Folks,
I’ve installed Fedora 44 w/ KDE in a separate SSD drive on my Win10 Dell laptop.
It all looked good and presented the Grub menu for Fedora and Win10.
After logging in, I was able to mount Windows drives from Dolphin and from the command line with no errors. I then edited fstab to mount four Win10 SSD drives/partitions, with the F: drive as an example, below:
UUID=BCFEE748FEE6F992 /home/f ntfs-3g defaults,nofail,uid=1000,gid=1000 0 0
…and then ran the command:
sudo findmnt --verify --verbose
It came back with Warnings:
/home/f
target exists
FS options: uid=1000,gid=1000
userspace options: nofail
UUID=BCFEE748FEE6F992 translated to /dev/nvme3n1p4
source /dev/nvme3n1p4 exists
[W] ntfs-3g seems unsupported by the current kernel
[W] ntfs-3g does not match with on-disk ntfs
It was the same for the other 3 drives. I also used this syntax in fstab:
UUID=BCFEE748FEE6F992 /home/f ntfs defaults 0 0
but got similar warnings.
=> In spite of those warnings, I could see the 4 drives inside Linux. I was able to read and write to files without a problem. (Except that XNViewMP did not seem to recognize the drives in its file manager. Weird. But it opened files on those drives, from within Dolphin.)
=> So, I rebooted into Win10 and did a chkdsk /f on all 4 drives (no errors reported) and then rebooted back into Linux and got the same errors on the fstab check.
=> So, I then did a grep in /var/logs for ‘Mount’ and it came back clean:
boot.log:[ OK ] Mounted home-f.mount - /home/f.
boot.log:[ OK ] Mounted home-d.mount - /home/d.
boot.log:[ OK ] Mounted home-c.mount - /home/c.
boot.log:[ OK ] Mounted home-e.mount - /home/e.
*** Thus, I’m not sure if I can ignore the fstab warnings. I read that any errors in fstab are serious and have to be dealt with, for the sake of data integrity.
But now I’m wondering if those errors listed above can be ignored.
Any thoughts? Any way to fix something to get rid of the errors?
As a reference, I spent many years in CentOS shells managing web servers, with Perl, PHP, etc, but this is actually my first Linux Desktop experience and my first Dual Boot attempt with Windows 10 and Linux.
My goal is to migrate off Win10 completely, but I’ll have to see how my multitudinous applications behave. ![]()
Thanks for any advice!
Peter Falkenberg Brown