View Single Post
  #2   (View Single Post)  
Old 17th September 2021
Sehnsucht94's Avatar
Sehnsucht94 Sehnsucht94 is offline
Real Name: Paolo Vincenzo Olivo
Package Pilot
 
Join Date: Oct 2017
Location: Rome
Posts: 169
Default

Quote:
Originally Posted by marietto2021 View Post
Code:
 netbsd-marietto# mount -r -t ext4fs /dev/rwd0e /mnt/CT500-wd0-ext4

mount: exec mount_ext4fs for /mnt/CT500-wd0-ext4: mount_ext4fs: No such file or directory
Don't know where you found this, but there's no such a filesystem type option for mount(8) as ext4fs on NetBSD; as far as I know, there's no in-kernel support for ext4.

You're rather going to need a userspace solution like fuse-ext2, which also includes support for ext4 and relies on the puffs subsystem.
Cheers
__________________
“Mi casa tendrá dos piernas y mis sueños no tendrán fronteras„
Reply With Quote