From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:17:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B36E16A400 for ; Wed, 11 Jul 2007 09:17:18 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 51B1C13C487 for ; Wed, 11 Jul 2007 09:17:18 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8YJr-0000Oa-Lm; Wed, 11 Jul 2007 11:17:11 +0200 To: Manolis Kiagias X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 11:17:11 +0200 From: Zbigniew Szalbot In-Reply-To: <46949CDD.7040209@otenet.gr> References: <46949CDD.7040209@otenet.gr> Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting 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: Wed, 11 Jul 2007 09:17:18 -0000 Hi there again, >> Thank you for your answer. I do have da0s1 but >> mount -t msdosfs /dev/da0s1 /mnt/usbck >> mount_msdosfs: /dev/da0s1: Invalid argument >> >> Also, it is not a flash drive, it is an external USB drive with IDE hd > in >> it (80 GB). >> >> I will skip formatting as I can see your point. Thanks! >> >> Zbigniew Szalbot >> >> >> > If it is a large hard disk, then it is probably worth it to make a UFS > filesystem on it. > You can do this very easily by running sysinstall. You will then have a > /dev/da0s1d to mount > In fact you may like to try mounting it as /dev/da0s1d right now and see > what happens... No such file or directory when I ls /dev/da0sld I am sure I have /dev/da0s1 on my system and it seems to be the 80GB USB drive as confirmed by sysinstall (btw the system thinks it is a SCSI drive then?). But back to this error: mount -t msdosfs /dev/da0s1 /mnt/usbck mount_msdosfs: /dev/da0s1: Invalid argument When I try mount -a /dev/da0s1 /mnt/usbck, I get: mount: /dev/da0s1 on /mnt/usbck: incorrect super block Can you still help? :) Thank you! Zbigniew Szalbot