From: Chuck Gelm <chuck@gelm.net>
To: Eric Marquez <ebmarquez@gmail.com>
Cc: linux-admin@vger.kernel.org
Subject: Re: Mount freebsd 5.x disk on linux 2.6.18 problem
Date: Mon, 08 Jan 2007 12:53:25 -0500 [thread overview]
Message-ID: <45A28515.1010606@gelm.net> (raw)
In-Reply-To: <a4711e6b0701071636p1248904ka556b61276b9fee0@mail.gmail.com>
Hi, Eric:
I am not sure what a 'mp3' drive is, but I will assume that it appears as a
USB thumbdrive or USB external harddrive or similar.
Your posted information from 'fdisk' indicates that there is a /dev/sd4
partition and it may be formatted as DOS.
Have you tried to mount this device/partition as type 'auto' ?
mount /dev/sda4 /export
-or-
mount -t auto /dev/sda4 /export
Did you format /dev/sda4 with BSD with filesystem type 'ufs'?
HTH, Chuck
Eric Marquez wrote:
> I just changed over from freebsd to opensuse 10.2 linux. I have my mp3
> drive I need to mount on my new opensuse server. When I try to mount
> it I
> get the following errors.
>
> build:~ # mount -r -t ufs -o ufstype=ufs2 /dev/sdb4 /export
> build:~ # ls /export/samba
> ls: cannot access /export/samba: Input/output error
> build:~ # ls /export/
> ls: cannot access /export/ftp: Input/output error
> ls: cannot access /export/samba: Input/output error
> ls: cannot access /export/other: Input/output error
>
> I've tried using 44bsd, ufs2, 5xbsd, old for the fstype.
> Can anybody help me get this mounted correctly?
>
> fdisk info:
> build:~ # fdisk /dev/sdb4
> This disk has both DOS and BSD magic.
> Give the 'b' command to go to BSD mode.
>
> Command (m for help): p
>
> Disk /dev/sdb4: 25 MB, 25600000 bytes
> 255 heads, 63 sectors/track, 3 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/sdb4p4 * 1 4 25000 a5 FreeBSD
> Partition 4 has different physical/logical endings:
> phys=(1023, 254, 63) logical=(3, 28, 41)
>
> Uname:
> build:~ # uname -a
> Linux build 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006
> i686 i686 i386 GNU/Linux
>
> Kernel support:
> build:/usr/src/linux # zgrep BSD_DISKLABEL /proc/config.gz
> CONFIG_BSD_DISKLABEL=y
>
next prev parent reply other threads:[~2007-01-08 17:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <a4711e6b0701071633w266bb118neb3c97bcf17ef3c5@mail.gmail.com>
2007-01-08 0:36 ` Mount freebsd 5.x disk on linux 2.6.18 problem Eric Marquez
2007-01-08 17:53 ` Chuck Gelm [this message]
2007-01-09 18:02 ` Eric Marquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45A28515.1010606@gelm.net \
--to=chuck@gelm.net \
--cc=ebmarquez@gmail.com \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.