Subject: Re: mount_ext2fs
To: None <port-mac68k@NetBSD.ORG, petidomo@wave.lm.com>
From: brian wildasinn <bwildasi@csulb.edu>
List: port-mac68k
Date: 07/12/1998 15:44:38
--------------7D0E9D9DE1CD126F63207A73
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit
Hello!
/sbin/mount_ext2fs may need something!
I'm thinking this because i've been using this same "device" hard drive
previously
for ffs filesystems running netbsd1.3. I just repartitioned it to try out
maclinux,
or linux-m68k operating systems. I thought it would be easier working in
netbsd
to do stuff like transfer tarball files and ftp, than work in macOS.
I down loaded
ftp://ftp.netbsd.org/pub/NetBSD-current/tar_files/src/sbin.tar.gz
the 7-11-98 tar files for mount_ext2fs and did a fresh compile on it, my
system's
/usr/include/ufs/ufs/ufsmount.h had to get tweaked to include a header
file quota.h
and this struct below had to be changed from an "incomplete" type (so sez
the cc compiler ):
struct net_export um_export /* export information */
struct net_export *um_export /* export information */
I'm no programmer brain, so i just stuck in an asterisk to make this
struct look like the other
structs next to it. But the same error occurs ...
> mount_ext2fs: /dev/sd1a on /sd1a: Operation not supported by device
>
... when attempting to use mount_ext2fs. Anyone knows what's up with this
filesytem
tool "mount_ext2fs" for working with linux filesystems ?
Help is appreciated!
Here's the compile of mount_ext2fs i did. If that helps!
http://www.csulb.edu/~bwildasi/unix/netbsd/mount_ext2fs.tar.gz
Brian
bwildasi@csulb.edu
macOS 7.5.3
netbsd-1.3
linux filesystem by http://www.fys.ruu.nl/~welvaart/maclinux/
brian wildasinn wrote:
> hi!
> does anybody use this mount_ext2fs sucessfully to transfer files to and
> from ext2 partitions? Mine don't seem to work although disklabel sd1
> shows how the partition is set. Here's the files.
>
> http://www.csulb.edu/~bwildasi/unix/maclinux/typescript
> http://www.csulb.edu/~bwildasi/unix/maclinux/dumpe2fs.out
> http://www.csulb.edu/~bwildasi/unix/maclinux/e2fsck.out
> http://www.csulb.edu/~bwildasi/unix/maclinux/mke2fs.out
>
> Does anyone use the other tools in /sbin for ext2 filesystems?
>
--------------7D0E9D9DE1CD126F63207A73
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<HTML>
Hello!
<BR>/sbin/mount_ext2fs may need something!
<BR>I'm thinking this because i've been using this same "device" hard drive
previously
<BR>for ffs filesystems running netbsd1.3. I just repartitioned it to try
out maclinux,
<BR>or linux-m68k operating systems. I thought it would be easier working
in netbsd
<BR>to do stuff like transfer tarball files and ftp, than work in macOS.
<P>I down loaded ">ftp://ftp.netbsd.org/pub/NetBSD-current/tar_files/src/sbin.tar.gz
<BR>the 7-11-98 tar files for mount_ext2fs and did a fresh compile on it,
my system's
<BR>/usr/include/ufs/ufs/ufsmount.h had to get tweaked to include a header
file quota.h
<BR>and this struct below had to be changed from an "incomplete" type (so
sez the cc compiler ):
<BR>
<UL>struct net_export um_export /* export information */
<BR>struct net_export *um_export /* export information */</UL>
I'm no programmer brain, so i just stuck in an asterisk to make this struct
look like the other
<BR>structs next to it. But the same error occurs ...
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>mount_ext2fs: /dev/sd1a on /sd1a: Operation not supported by device</PRE>
</BLOCKQUOTE>
<P>... when attempting to use mount_ext2fs. Anyone knows what's up with
this filesytem
<BR>tool "mount_ext2fs" for working with linux filesystems ?
<P>Help is appreciated!
<P>Here's the compile of mount_ext2fs i did. If that helps!
<BR>">http://www.csulb.edu/~bwildasi/unix/netbsd/mount_ext2fs.tar.gz
<P>Brian
<BR>bwildasi@csulb.edu
<BR>macOS 7.5.3
<BR>netbsd-1.3
<BR>linux filesystem by ">http://www.fys.ruu.nl/~welvaart/maclinux/
<BR>
<BR>
<P>brian wildasinn wrote:
<BLOCKQUOTE TYPE=CITE>hi!
<BR>does anybody use this mount_ext2fs sucessfully to transfer files to
and
<BR>from ext2 partitions? Mine don't seem to work although disklabel sd1
<BR>shows how the partition is set. Here's the files.
<P>">http://www.csulb.edu/~bwildasi/unix/maclinux/typescript
<BR>">http://www.csulb.edu/~bwildasi/unix/maclinux/dumpe2fs.out
<BR>">http://www.csulb.edu/~bwildasi/unix/maclinux/e2fsck.out
<BR>">http://www.csulb.edu/~bwildasi/unix/maclinux/mke2fs.out
<P>Does anyone use the other tools in /sbin for ext2 filesystems?
<BR> </BLOCKQUOTE>
</HTML>
--------------7D0E9D9DE1CD126F63207A73--