SOLVED Help needed mounting a drive

NASbox

Guru
Joined
May 8, 2012
Messages
650
I am trying to mount an NTFS drive read-only so I can get the data off a very old hard drive for a friend. The drive (Hitachi HTS723225A7A364) came from a Windows 7 Dell Lap Top and the Windows Partition is the Third Partition. I am logged in over ssh as root, and the drive I want to mount is attached to a SATA port and as /dev/ada4. I can't figure out why I am getting the following error:

Code:
#>ntfs-3g -o ro /dev/ada4s3 /mnt/irenedrive

fuse: failed to open fuse device: No such file or directory

I hope someone can help me figure out why this is happening. I have checked everything multiple times and documented it below. I'm happy to provide any other relevant info if needed:

Verification of all of the above follows:

Logged in as root:
Code:
#>id
uid=0(root) gid=0(wheel) groups=0(wheel)


Mount Point Exists and is Empty
Code:
#>ls -lad /mnt/irenedrive
drwxr-xr-x  2 root  wheel  0 Jan  9 15:56 /mnt/irenedrive

#>ls -la /mnt/irenedrive
total 0
drwxr-xr-x  2 root  wheel    0 Jan  9 15:56 .
drwxr-xr-x  6 root  wheel  320 Jan  9 15:56 ..


Drive is plugged in and recognized by TrueNAS as ada4
Code:
#>camcontrol devlist
<ATA WDC WD80EFZX-68U 0A83>        at scbus0 target 0 lun 0 (pass0,da0)
<ATA WDC WD60EFRX-68L 0A82>        at scbus0 target 2 lun 0 (pass1,da1)
<ATA WDC WD60EFRX-68L 0A82>        at scbus0 target 3 lun 0 (pass2,da2)
<ATA WDC WD60EFRX-68M 0A82>        at scbus0 target 5 lun 0 (pass3,da3)
<ATA WDC WD60EFRX-68M 0A82>        at scbus0 target 6 lun 0 (pass4,da4)
<ATA WDC WD60EFRX-68L 0A82>        at scbus0 target 11 lun 0 (pass5,da5)
<ATA WDC WD60EFRX-68L 0A82>        at scbus0 target 12 lun 0 (pass6,da6)
<ATA WDC WD80EFAX-68K 0A81>        at scbus0 target 13 lun 0 (pass7,da7)
<Hitachi HDS724040ALE640 MJAOA3B0>  at scbus1 target 0 lun 0 (pass8,ada0)
<Hitachi HDS724040ALE640 MJAOA3B0>  at scbus2 target 0 lun 0 (pass9,ada1)
<HP SSD S700 120GB Q0330B1>        at scbus5 target 0 lun 0 (pass10,ada2)
<KINGSTON SA400S37120G S3500102>   at scbus6 target 0 lun 0 (pass11,ada3)
<Hitachi HTS723225A7A364 ECBOA60W>  at scbus10 target 0 lun 0 (ada4,pass13)
<AHCI SGPIO Enclosure 2.00 0001>   at scbus11 target 0 lun 0 (ses0,pass12)


The drive responds over ada4
Code:
#>smartctl -i /dev/ada4
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p14 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     Hitachi HTS723225A7A364
Serial Number:    E3824562G8N7JN
LU WWN Device Id: 5 000cca 61cc3eef5
Firmware Version: ECBOA60W
User Capacity:    250,059,350,016 bytes [250 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    7200 rpm
Form Factor:      2.5 inches
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Mon Jan  9 16:57:12 2023 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled


The required partition is ada4s3 exists
Code:
#>gpart list ada4
Geom name: ada4
modified: false
state: OK
fwheads: 16
fwsectors: 63
last: 488397167
first: 63
entries: 4
scheme: MBR
Providers:
1. Name: ada4s1
   Mediasize: 19647168512 (18G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 1048576
   Mode: r0w0e0
   efimedia: HD(1,MBR,0x97707fc,0x800,0x2498800)
   rawtype: 39
   length: 19647168512
   offset: 1048576
   type: !39
   index: 1
   end: 38375423
   start: 2048
2. Name: ada4s2
   Mediasize: 425721856 (406M)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 2468347904
   Mode: r0w0e0
   efimedia: HD(2,MBR,0x97707fc,0x2499000,0xcb000)
   attrib: active
   rawtype: 7
   length: 425721856
   offset: 19648217088
   type: ntfs
   index: 2
   end: 39206911
   start: 38375424
3. Name: ada4s3
   Mediasize: 229984362496 (214G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 2894069760
   Mode: r0w0e0
   efimedia: HD(3,MBR,0x97707fc,0x2564000,0x1ac61170)
   rawtype: 7
   length: 229984362496
   offset: 20073938944
   type: ntfs
   index: 3
   end: 488395119
   start: 39206912
Consumers:
1. Name: ada4
   Mediasize: 250059350016 (233G)
   Sectorsize: 512
   Mode: r0w0e0
 

artlessknave

Wizard
Joined
Oct 29, 2016
Messages
1,506
I've never tried it but this section is dedicated for this purpose

1673303244748.png
 

NASbox

Guru
Joined
May 8, 2012
Messages
650
Thanks, that worked. Now I need to get the drive unmounted. I'll start a new thread for that.
 
Top