Question
Hi!
In chapter 45 "Starting To Create Our FAT Filesystem" I have come up against a problem.
When I try to set up the directory "/mnt/d", I get the following response from Ubuntu:
stephen@STEVESASUS:~/peachos/bin$ sudo mkdir /mnt/d
mkdir: cannot create directory ‘/mnt/d’: File exists
stephen@STEVESASUS:~/peachos/bin$ sudo mount -t vfat ./os.bin /mnt/d
mount: /mnt/d: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
It seems that Ubuntu does not support VFAT in this configuration. I am running Ubuntu under WSL2 and Windows 11.
Any ideas?
Regards Stephen