[Wlug] mounting bsd44 under RedHat

Christopher B Stank stanky@WPI.EDU
Mon, 11 Nov 2002 13:45:17 -0500 (EST)


Opps!

When I said bsd44, I actually meant 44bsd.

Mount options for ufs
       ufstype=value

              UFS is a file system widely used in different operating
systems.  The problems are differences among implementations. Features of
some implementations are undocumented, so its hard to recognize the type
of ufs automatically.  That's why the user must specify the type of ufs by
mount option.  Possible values are:

  old    Old format of ufs, this is the default, read only.

  44bsd For filesystems created by a BSD-like system
(NetBSD,FreeBSD,OpenBSD).

etc.

Sorry for any confusion!  I have also tried it without the -o 44bsd and 
get the same error.

/Chris

-- 
------------------------------------------------------------
Christopher Bruce Stank		cstank@nortelnetworks.com
CES - Sys Test Engineering	(978) 288-6185
Nortel Networks			(508) 769-9664 (cel)
600 Technology Park		(978) 445-5328 (pgr)
M/S E65/60/301			(978) 288-4004 (fax)
Billerica, MA 01821		      248-6185 (esn)

On 11 Nov 2002, Peter Gutowski wrote:

peter>Sometimes you gotta believe the error message. 
peter>
peter>I've reread the mount man page and I see no reference to bsd44 as being a legal option. Have you tried issuing the command without the '-o bsd44'?
peter>
peter>On Monday, November 11, 2002 7:19 AM, Christopher B Stank <stanky@parrottech.net> wrote:
peter>>Greetings All!
peter>>
peter>>I am having an issue when attempting to mount a bsd44 (a freebsd 
peter>>partition) under a base install of Redhat 8.0.
peter>>
peter>>The kernel is 2.4.18-14, and has loaded the ufs f/s module.
peter>>
peter>>The FAT looks like:
peter>>   Device Boot    Start       End    Blocks   Id  System
peter>>/dev/hdc1   *         1      1912  15358108+  a5  FreeBSD
peter>>/dev/hdc2   *      1913      8796  55295730   a5  FreeBSD
peter>>/dev/hdc3   *      8797      9688   7164990   a5  FreeBSD
peter>>/dev/hdc4   *      9689      9731    345397+  a5  FreeBSD
peter>>
peter>>I have attempted to mount the hdc1 partition as follows:
peter>>mount -t ufs -o bsd44 /dev/hdc1 /hdc1
peter>>
peter>>and I get the following error:
peter>>"mount: wrong fs type, bad option, bad superblock on /dev/hdc1,
peter>>       or too many mounted file systems"
peter>>
peter>>Does anyone have any insight as to what I am doing wrong!  Any help would 
peter>>be greatly appreciated, as I need to get the data off these FreeBSD 
peter>>partitions before I format them as EXT3.
peter>>
peter>>Thanks in advance!
peter>>/Chris
peter>
peter>>Wlug@mail.wlug.org
peter>>http://mail.wlug.org/mailman/listinfo/wlug
peter>>
peter>
peter>
peter>