View Single Post
Old 30th April 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

From my OpenBSD amd64 box
Code:
$ ls -l /sbin/newfs*
-r-xr-xr-x  2 root  bin  193656 Apr  4 00:45 /sbin/newfs
-r-xr-xr-x  1 root  bin  160888 Apr  4 00:45 /sbin/newfs_ext2fs
-r-xr-xr-x  1 root  bin  177272 Apr  4 00:45 /sbin/newfs_msdos

$ ls -l /sbin/mount*
-r-xr-xr-x  1 root  bin  148600 Apr  4 00:45 /sbin/mount
-r-xr-xr-x  1 root  bin   87160 Apr  4 00:45 /sbin/mount_cd9660
-r-xr-xr-x  1 root  bin   83064 Apr  4 00:45 /sbin/mount_ext2fs
-r-xr-xr-x  1 root  bin   83064 Apr  4 00:45 /sbin/mount_ffs
-r-xr-xr-x  2 root  bin  193656 Apr  4 00:45 /sbin/mount_mfs
-r-xr-xr-x  1 root  bin  201848 Apr  4 00:45 /sbin/mount_msdos
-r-xr-xr-x  1 root  bin  185464 Apr  4 00:45 /sbin/mount_nfs
-r-xr-xr-x  1 root  bin   83064 Apr  4 00:45 /sbin/mount_nnpfs
-r-xr-xr-x  1 root  bin   87160 Apr  4 00:45 /sbin/mount_ntfs
-r-xr-xr-x  1 root  bin  210040 Apr  4 00:45 /sbin/mount_portal
-r-xr-xr-x  1 root  bin   83064 Apr  4 00:45 /sbin/mount_procfs
-r-xr-xr-x  1 root  bin   83064 Apr  4 00:45 /sbin/mount_udf
-r-xr-xr-x  2 root  bin  410744 Apr  4 00:45 /sbin/mount_vnd
-r-xr-xr-x  1 root  bin  312440 Apr  4 00:45 /sbin/mountd
Re: Linux inability to deal with FFS

The BSDs already have great problem reading each other filesystems, due to incompatibilities in the disklabel format.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote