From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:50:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4719C16A417 for ; Sat, 6 Oct 2007 20:50:50 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id E23A013C4BB for ; Sat, 6 Oct 2007 20:50:49 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1733509pyb for ; Sat, 06 Oct 2007 13:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=i+Wr3l2RKMJlG1GCt4uCyuPXzHEpam1CgQQBbbWb7eg=; b=OwlSyVkpzc7ZicS2JeylTaLpG+CPSMF4FwdCiWuwyj0Y00kJPEMw+LhR9ZaVHh/FwlpeIIbl5rbXsbI4FQO8BkBe0YrFU8Qd32ayayApMIaDLpoIwtlYsLVBpjN0oW9ogONr32gB9OHcREMT09FUrTi3S1Lwyfg8bn9MCDjYDGQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=cr7/D1W0OjuCnptYeov5YszPVFdFipyBLyCFz4kOm6AZV+S9YRP+w+ygfD87L5FWKsf4lFpK3F9KtGzENysWLd5tKVp+4O+01hRgGeHFSUqdv5ZW7qS4ZC4h+YWDLxUPZDpMBldbKqVc4dWl19SocKYsAnuvM8e6TH/dQqP2W0A= Received: by 10.65.93.19 with SMTP id v19mr60549qbl.1191702164749; Sat, 06 Oct 2007 13:22:44 -0700 (PDT) Received: by 10.64.210.17 with HTTP; Sat, 6 Oct 2007 13:22:44 -0700 (PDT) Message-ID: <3b47caa90710061322j3651b983p640ad90df7b78087@mail.gmail.com> Date: Sat, 6 Oct 2007 15:22:44 -0500 From: Novembre To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: NTFS-3G mount at during boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:50:50 -0000 Hi, The ongoing problem with mounting my NTFS partition at boot time still remains. I have upgraded ntfs-3g to the latest version from ports: ---------- [user@pasargadae ~]$ pkg_info | grep fuse fusefs-kmod-0.3.9.p1 Kernel module for fuse fusefs-libs-2.7.0_1 FUSE allows filesystem implementation in userspace fusefs-ntfs-1.913 Mount NTFS partitions (read/write) and disk images [user@pasargadae ~]$ pkg_info | grep libublio libublio-20070103 User space caching library ---------- According to the fusefs-ntfs Makefile revision 1.19 (the current one which I have installed is revision 1.20), a symlink to /usr/local/bin/ntfs-3g is placed in /usr/sbin/mount_ntfs-3g to allow using with 'mount -t ntfs-3g' and in /etc/fstab, after mounting /usr. So my current /etc/fstab looks like the following: ---------- [user@pasargadae ~]$ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2d /home ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/ad0s1 /mnt/windows ntfs-3g rw 0 0 ---------- However, when I boot the system, I get the following errors: ---------- [user@pasargadae ~]$ dmesg -a ... swapon: adding /dev/ad0s2b as swap device Starting file system checks: /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s2a: clean, 2720732 free (22356 frags, 337297 blocks, 0.6%fragmentation) /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s2d: clean, 14076698 free (314 frags, 1759548 blocks, 0.0%fragmentation) Mounting local file systems: fuse: failed to open fuse device: No such file or directory ... Starting fusefs. fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 ... Mounting late file systems: fuse: failed to exec mount program: No such file or directory ---------- The first error above is because the fuse kernel module is not yet loaded. However, I don't understand the second error from "Mounting late file systems" though. Does it show that the symlink is not doing its job? This is from /var/log/messages which shows that ntfs-3g has been run: ---------- Oct 6 14:22:40 pasargadae kernel: Trying to mount root from ufs:/dev/ad0s2a Oct 6 14:22:45 pasargadae kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 Oct 6 14:22:45 pasargadae ntfs-3g[811]: Version 1.913 Oct 6 14:22:45 pasargadae ntfs-3g[811]: Mounted /dev/ad0s1 (Read-Write, label "", NTFS 3.0) Oct 6 14:22:45 pasargadae ntfs-3g[811]: Cmdline options: (null) Oct 6 14:22:45 pasargadae ntfs-3g[811]: Mount options: noatime,silent,allow_other,fsname=/dev/ad0s1 ---------- which can be confirmed by noting that /dev/fuse0 has been created in /dev/ and that 'ps -ax' shows ---------- 811 ?? Is 0:00.00 mount_ntfs-3g /dev/ad0s1 /mnt/windows (ntfs-3g) ---------- Despite all this, my NTFS partition is not mounted. Does anybody know of a solution for this? Thanks a lot