From owner-freebsd-questions@FreeBSD.ORG Thu Feb 21 10:39:08 2008 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 5E28F16A402 for ; Thu, 21 Feb 2008 10:39:08 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id 28C0113C465 for ; Thu, 21 Feb 2008 10:39:07 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite ([24.166.217.200]) by hrndva-omta03.mail.rr.com with SMTP id <20080221103907.BCMN7178.hrndva-omta03.mail.rr.com@satellite> for ; Thu, 21 Feb 2008 10:39:07 +0000 Message-ID: <000301c87475$e2cc61e0$0200a8c0@satellite> From: "Dave" To: Date: Thu, 21 Feb 2008 05:38:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: mount_msdosfs options with mp3 player X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 10:39:08 -0000 Hello, I've got a Zen Stone mp3 player that i plugged in to my freebsd 6.2 machine. It was detected fine as da0 and i mounted it with: mount_msdosfs /dev/da0s1 /mnt I'm wanting to make modifications, add/remove files and directories under fbsd, as opposed to windows. My question is with this mp3 player or a player in general with the msdosfs filesystem is there any special mount options i have to pass and failing to do so will corrupt the unit? I'd also like this player to always show up as da0 no matter which port i plug it in to. Thanks. Dave.