You are not logged in.

#1 2014-01-05 12:31:57

anitasv
Member
Registered: 2014-01-05
Posts: 1

[FIXED] GPT NTFS mounting issue

FIXED by rebooting, I guess some systemctl command to start might have worked too


My secondary disk fails when I try to mount it. I wonder if something else I need
to do to enable FUSE? This is a new arch linux installation.

# mount /dev/sdb2 /mnt/disk2
fuse: device not found, try 'modprobe fuse' first
# ntfs-3g /dev/sdb2 /mnt/disk2
fuse: device not found, try 'modprobe fuse' first

Details:

# modprobe fuse
# echo $?
1
# uname -a
Linux game-station 3.12.2-1-ARCH #1 SMP PREEMPT Fri Nov 29 21:14:15 CET 2013 x86_64 GNU/Linux
# gdisk -l /dev/sdb

GPT fdisk (gdisk) version 0.8.8

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 93456934-72D6-4EAB-809B-5715DD300554
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 8-sector boundaries
Total free space is 2925 sectors (1.4 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              34          262177   128.0 MiB   0C01  Microsoft reserved part
   2          264192      5860532223   2.7 TiB     0700  Basic data partition

NTFS-3G is installed:

# pacman -Ss ntfs-3g
extra/ntfs-3g 2013.1.13-4 [installed]
    NTFS filesystem utilities

Disk is definitely readable:

 hdparm -t --direct /dev/sdb

/dev/sdb:
 Timing O_DIRECT disk reads: 342 MB in  3.01 seconds = 113.71 MB/sec
# dmesg | grep sdb
[    0.876849] sd 6:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[    0.876852] sd 6:0:0:0: [sdb] 4096-byte physical blocks
[    0.876950] sd 6:0:0:0: [sdb] Write Protect is off
[    0.876953] sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.876991] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.583643]  sdb: sdb1 sdb2
[    1.584505] sd 6:0:0:0: [sdb] Attached SCSI disk
# systemctl --all |grep fuse 
sys-fs-fuse-connections.mount                                                                         loaded inactive dead      FUSE Control File System

Last edited by anitasv (2014-01-05 12:48:14)

Offline

Board footer

Powered by FluxBB