Article 54FTC mount external usb hdd on FreeBSD

mount external usb hdd on FreeBSD

by
00x
from LinuxQuestions.org on (#54FTC)
This hard drive works completely fine on Ubuntu.

Here is what happens when I try to mount it on FreeBSD:

Code:# dmesg
...
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
da0: <Seagate Expansion 0710> Fixed Direct Access SPC-4 SCSI device
da0: Serial Number NAARJKXT
da0: 40.000MB/s transfers
da0: 1907729MB (3907029167 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>Code:root@generic:/dev # ls -la | grep da
crw-r----- 1 root operator 0x66 Nov 21 00:53 da0
crw-r----- 1 root operator 0x7e Nov 21 00:57 da0s1Code:# gpart show da0
=> 63 3907029104 da0 MBR (1.8T)
63 1 - free - (512B)
64 3907024065 1 ntfs [active] (1.8T)
3907024129 5038 - free - (2.5M)but:
Code:root@generic:/dev # mount /dev/da0 /mnt
mount: /dev/da0: No such file or directory
When I tried plugging it into my NetBSD computer I got a different error:
Code:# dmesg
...
[ 1301438.693912] sd0 at scsibus0 target 0 lun 0: <Seagate, Expansion, 0710> disk fixed
[ 1301440.493992] sd0(umass0:0:0:0): not ready, data = 00 00 00 00 04 01 00 00 00 00
[ 1301440.504146] sd0: drive offline
[ 1301440.543994] sd0: fabricating a geometryCode:# mount /dev/sd0 /mnt
mount_ffs: /dev/sd0 on /mnt: incorrect super blocklatest?d=yIl2AUoC8zA latest?i=PoKGdpZ_1QE:zQNUYD5A0Io:F7zBnMy latest?i=PoKGdpZ_1QE:zQNUYD5A0Io:V_sGLiP latest?d=qj6IDK7rITs latest?i=PoKGdpZ_1QE:zQNUYD5A0Io:gIN9vFwPoKGdpZ_1QE
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments