From owner-freebsd-questions@FreeBSD.ORG Sun May 14 21:18:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CA816A406 for ; Sun, 14 May 2006 21:18:02 +0000 (UTC) (envelope-from nemox@deathwish.net) Received: from xrelay.myacc.net (corerhythm.myacc.net [24.233.167.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2FF43D48 for ; Sun, 14 May 2006 21:18:01 +0000 (GMT) (envelope-from nemox@deathwish.net) Received: from mail.myacc.net (mail.myacc.local [10.10.0.13]) by xrelay.myacc.net (Postfix) with ESMTP id 2C92F6FC4 for ; Sun, 14 May 2006 17:17:57 -0400 (EDT) Received: from localhost (mail.myacc.net [127.0.0.1]) by mail.myacc.net (Postfix) with ESMTP id 094BAAF091 for ; Sun, 14 May 2006 17:17:57 -0400 (EDT) Received: from ender (crlspr-69.65.77.151.myacc.net [69.65.77.151]) by mail.myacc.net (Postfix) with ESMTP id 41A40AF099 for ; Sun, 14 May 2006 17:17:55 -0400 (EDT) From: Andrew Tamm To: freebsd-questions@freebsd.org Date: Sun, 14 May 2006 17:14:17 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200605141714.17801.nemox@deathwish.net> X-Virus-Scanned: by amavisd-new at myacc.net Subject: mount_ntfs reading problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: atamm@myacc.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 21:18:02 -0000 I'm having a few problems with mounting and then reading a w2k ntfs partition. Basically, everything works well when I go to mount, no errors. I can navigate the tree, and copy files off onto the usr partition. Problem occurs if I try to use an application ( Kmplayer, mplayer, konquerer, samba, pretty much anything that just opens the file ) to read the file. I *CAN* get things to work right if I either copy the file to the /usr partition, and open it from there, or after copying, open the file from the ntfs partition and things work fine. The other problem that keeps occuring is that samba ( navigated off a winXP computer ) will only see the directory tree if I open a shell, ls -r the mount point, and then back to browser an look. I still cannot copy a file off the ntfs partition through samba, only from the home share. I know this almost sounds like a samba problem, but the variety of programs that are giving me problems ( even on the local machine ) leads me to believe something else is going wrong. Any ideas ?