Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2004 20:59:57 +0200
From:      Thierry Herbelot <thierry@herbelot.com>
To:        freebsd-hackers@freebsd.org
Cc:        Tadimeti Keshav <keshav_tadimeti@yahoo.co.uk>
Subject:   Re: problems mounting firewire HDD
Message-ID:  <200404072059.57559.thierry@herbelot.com>
In-Reply-To: <20040407180253.50314.qmail@web25009.mail.ukl.yahoo.com>
References:  <20040407180253.50314.qmail@web25009.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Wednesday 07 April 2004 20:02, Tadimeti Keshav a écrit :
> Hi all,
> I am doing the following to mount a 10GB Quantum
> Fireball FAT32 HDD via firewire as root.
> FreeBSD 5.2.1, lucent F322/323 (firewire card). This
> setup works under Windows 2000.
>
> #camcontrol devlist -v
> #camcontrol start da0
> #mount_msdosfs /dev/da0 /bck
> mount_msdosfs: /dev/da0: operation not permitted.

you can try : 
mount_msdosfs /dev/da0s1 /bck
(mount the 1st partition)

	TfH



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