On Thu, 2023-09-28 at 22:41 +0200, Daniele B. wrote: > > Hello, > > wiz$ mount -t ffs /dev/sd1i /mnt/stick > > mount_ffs: /dev/sd1i on /mnt/stick: Invalid argument
Hi, mount_ffs uses mount(2) which reports errors as errno constants, there are no one for a specified filesystem type that is not the one on the device/partition you're trying to mount. Note that BUGS section seems to match your message precisely your suggestion. BUGS Some of the error codes need translation to more obvious messages. -- David