Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 11:56:46 +0100
From:      Grzegorz Czaplinski <gregory@prioris.mini.pw.edu.pl>
To:        Belfred I Antonio <belfred@edsamail.com.ph>
Cc:        freeBSD-newbies@FreeBSD.org
Subject:   Re: mount
Message-ID:  <20010222115646.A48738@prioris.mini.pw.edu.pl>
In-Reply-To: <20010221160427.E468A37B4EC@hub.freebsd.org>
References:  <20010221160427.E468A37B4EC@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 22, 2001 at 12:12:08AM +0800, Belfred I Antonio wrote:
> Anyone who can help me with my problem. I can't mount a CD or a floppy that is formated with windows or dos what is the correct format or command to mount those media to my system. thanks in advance.
> 
> Brian
> Philippines!
> 
> __________________________________

mount -t msdos /dev/fd0 /floppy
mount -t cd9660 /dev/dev_name /cdrom
But always try man mount. ;)
	gregory
-- 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




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