You are not logged in.

#1 2016-07-30 09:16:01

matejd11
Member
Registered: 2015-10-05
Posts: 4

ntfs mountpoint not connected

Hi I want to mount ntfs partition, it is partition on my primary HDD, without windows.

I have:

fuse 2.9.7-1
ntfs-3g 2016.2.22-1
linux 4.6.4-1

output of journalctl -xb:

Jul 30 11:08:43 rozum ntfs-3g[2681]: Version 2016.2.22 external FUSE 29
Jul 30 11:08:43 rozum ntfs-3g[2681]: Mounted /dev/sda3 (Read-Write, label "Data", NTFS 3.1)
Jul 30 11:08:43 rozum ntfs-3g[2681]: Cmdline options: rw,noexec,nosuid,nodev,users
Jul 30 11:08:43 rozum ntfs-3g[2681]: Mount options: rw,noexec,nosuid,nodev,users,allow_other,no
Jul 30 11:08:43 rozum ntfs-3g[2681]: Ownership and permissions disabled, configuration type 7
Jul 30 11:08:43 rozum ntfs-3g[2681]: Unmounting /dev/sda3 (Data)

I try all of these configs in fstab:

#/dev/sda3           /media/DATA     ntfs-3g      defaults 0 0
#/dev/sda3           /media/DATA     ntfs-3g      uid=matej,guid=matej,dmask=055,fmask=133 0 0
UUID=23008CB4484E1C11           /media/DATA     ntfs-3g      noauto,users,x-systemd.automount 0 0

Last edited by matejd11 (2016-07-30 09:40:20)

Offline

#2 2016-07-30 14:20:10

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: ntfs mountpoint not connected

Does manual mounting work?

Offline

#3 2016-07-30 16:03:21

matejd11
Member
Registered: 2015-10-05
Posts: 4

Re: ntfs mountpoint not connected

After downgrading kernel to 4.4.5-1-ARCH mounting works.

I downgrade because of flickering of display. With this kernel it works fine.

Offline

#4 2016-08-20 15:19:39

likytau
Member
Registered: 2012-09-02
Posts: 142

Re: ntfs mountpoint not connected

I can confirm this with usb-connected devices that have ntfs partition(s). Same 'Ok, I'm mounting, Ok, I'm unmounting' report in journalctl

Aug 21 00:32:38 taukau ntfs-3g[15724]: Version 2016.2.22 external FUSE 29
Aug 21 00:32:38 taukau ntfs-3g[15724]: Mounted /dev/sdc1 (Read-Write, label "Elements", NTFS 3.1)
Aug 21 00:32:38 taukau ntfs-3g[15724]: Cmdline options: rw
Aug 21 00:32:38 taukau ntfs-3g[15724]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sdc1,blkdev,blksize=4096
Aug 21 00:32:38 taukau ntfs-3g[15724]: Ownership and permissions disabled, configuration type 7
Aug 21 00:32:38 taukau ntfs-3g[15724]: Unmounting /dev/sdc1 (Elements)
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 Sense Key : 0x4 [current] [descriptor] 
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 ASC=0x0 ASCQ=0x0 
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 00 e5 00
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 Sense Key : 0x4 [current] [descriptor] 
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 ASC=0x0 ASCQ=0x0 
Aug 21 00:33:01 taukau kernel: sd 7:0:0:0: [sdc] tag#0 CDB: opcode=0xa1 a1 06 20 da 00 00 4f c2 00 b0 00 00

I included [sdc] messages as I'm not sure whether they are relevant or not (sdb sometimes throws out some of these UNKNOWN errors/warnings, but otherwise works fine since it's an ordinary ext4 partition on an external HDD).

Not sure whether I can employ the same solution. I see that I can right now upgrade to kernel 4.7, it would be good if that solved it.

Offline

Board footer

Powered by FluxBB