Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2005 23:11:47 -0300 (ART)
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "Bill Schoolcraft" <bill@wiliweld.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: 5.4 package install woes... :(
Message-ID:  <3572.200.115.214.28.1116036707.squirrel@webmail2.pair.com>
In-Reply-To:  <Pine.LNX.4.44.0505120640160.20368-100000@corten8.billschoolcraft.com>
References:   <Pine.LNX.4.44.0505120640160.20368-100000@corten8.billschoolcraft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> mount /dev/md1 /mnt/loop1
> mount: /dev/md1 on /mnt/loop1: incorrect super block
>
> mount /dev/md2 /mnt/loop2
> mount: /dev/md2 on /mnt/loop2: incorrect super block
>

Hello,

I think you have to add "-t cd9660" (like when mounting a normal CDROM,
otherwise FreeBSD tries to mount it as a normal UFS filesystem).

mount -t cd9660 /dev/md1 /mnt/loop1
mount -t cd9660 /dev/md2 /mnt/loop2

Hope that helps.

Best Regards,
Ale



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3572.200.115.214.28.1116036707.squirrel>