Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 1995 14:20:52 +1030 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        ipc1@tribeca.ios.com (Dale Benzer)
Cc:        questions@FreeBSD.org
Subject:   Re: mount_msdos
Message-ID:  <199512190350.OAA08584@genesis.atrad.adelaide.edu.au>
In-Reply-To: <Pine.BSD.3.91.951218132729.23269A-100000@tribeca.ios.com> from "Dale Benzer" at Dec 18, 95 01:40:42 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Dale Benzer stands accused of saying:
>  I have some files in .tgz format living on an msdos partition of my 
> FreeBSD server. I need to move them to the FreeBSD partition.
> 
> I go to the /stand directory and type ./mount_msdos -u dale -g 0 -m 755. 
> All this is according to the man page for mount_msdos. But the system 
> comes back telling me I need "bdev" and "dir". Help!

You should be using the 'mount' command, in this case

mount -t msdos /dev/<whatever> <wherever>

where <whatever> is the device that corresponds to your DOS partition, and
<wherever> is an empty directory that you want to mount the filesystem on.

> Also, do I always have to type a ./ before a command?

No.

> And finally, what do you recommend for a PATH setting so I don't always 
> get "command not found?"

One that contains at least /bin, /sbin, /usr/bin, /usr/sbin and /usr/local/bin.

> Dale Benzer

-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 041-122-496        [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] "Who does BSD?" "We do Chucky, we do."                               [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512190350.OAA08584>