From owner-freebsd-ports-bugs@freebsd.org Sun Feb 3 11:10:33 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8303914C3A4C for ; Sun, 3 Feb 2019 11:10:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 13C758FA09 for ; Sun, 3 Feb 2019 11:10:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AE1BB14C3A4B; Sun, 3 Feb 2019 11:10:32 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CE2E14C3A4A for ; Sun, 3 Feb 2019 11:10:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D55528FA06 for ; Sun, 3 Feb 2019 11:10:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E5FAD13BEE for ; Sun, 3 Feb 2019 11:10:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x13BAURZ054429 for ; Sun, 3 Feb 2019 11:10:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x13BAUuO054428 for ports-bugs@FreeBSD.org; Sun, 3 Feb 2019 11:10:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 204464] sysutils/fusefs-ntfs: No automount with HAL of ntfs-volumes since FreeBSD 10.x Date: Sun, 03 Feb 2019 11:10:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sv@ulstu.ru X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2019 11:10:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204464 Serge Volkov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sv@ulstu.ru --- Comment #18 from Serge Volkov --- I think I understand what Werner Lehmann is writing. In my project ulbsd.ru, I have been using the following trick for many years since the FreeBSD 10.x with KDE4. Now I use this trick in FreeBSD 12.0 with KDE5. And it works for me. Step 1: I use patch for /usr/src/sbin/mount/mount.c: --- mount.c.orig 2016-10-15 17:03:43.284479000 +0300 +++ mount.c 2016-04-15 19:38:59.761871000 +0300 @@ -143,7 +143,7 @@ */ unsigned int i; const char *fs[] =3D { - "cd9660", "mfs", "msdosfs", "nfs", + "cd9660", "mfs", "msdosfs", "nfs", "ntfs", "nullfs", "smbfs", "udf", "unionfs", NULL }; cd /usr/src/sbin/mount/ make all install clean Step 2: Install fusefs-ntfs and create mount_ntfs link: pkg install -r latest fusefs-ntfs ln -s /usr/local/share/hal/mount-fuse /sbin/mount_ntfs chmod 555 /usr/local/share/hal/mount-fuse Step 3: Add to /boot/loader.conf: fuse_load=3D"YES" Step 4: Add to /etc/sysctl.conf: vfs.usermount=3D1 Step 5: Add to /etc/devfs.rules: [localrules=3D10] # IDE/SATA Hard disks add path 'ad[0-9]*' mode 0660 group operator add path 'ada[0-9]*' mode 0660 group operator # SCSI/USB Hard disks add path 'da[0-9]*' mode 0660 group operator Step 6: Add to /etc/rc.conf: devfs_system_ruleset=3D"localrules" Step 7: Change /usr/local/etc/PolicyKit/PolicyKit.conf: After that, removable drives with the NTFS file system can be mounted on KD= E4/5 in the usual way by root and users from the operator group. In KDE5 there is a small glitch (not critical) that can be fixed by changing the string "Exec=3D..." in file /usr/local/share/solid/actions/test-predicate-openwindow.desktop: Exec=3D/bin/sleep 0.5; [ ! -z "%f" ] && kde-open5 "%f" --=20 You are receiving this mail because: You are the assignee for the bug.=