Date: Fri, 2 Jul 1999 09:27:59 -0400 From: "Christopher J. Michaels" <cjm2@earthling.net> To: "Greg Quinlan" <greg@swlct.sthames.nhs.uk>, <freebsd-questions@FreeBSD.ORG> Subject: RE: Mount enhancement? Message-ID: <000001bec48e$b392e020$0200000a@shithead.weeble.dyndns.org> In-Reply-To: <01f301bec478$7bd30860$380051c2@qmpgmc.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
I assume you're referring to something other than typing... mount -t cd9660 /dev/wcd0c /cdrom such as just... mount /dev/wcd0c /cdrom or are you actually typing... mount_cd9660 /dev/wcd0c /cdrom -Chris -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Greg Quinlan Sent: Friday, July 02, 1999 6:49 AM To: freebsd-questions@FreeBSD.ORG Subject: Mount enhancement? Is there anyone that has any thoughts on making mount a single step? mount_msdos mount_cd9960 mount_ntfs mount_ext2fs just mount Under another x86 Unix based OS they use just "mount" for all filesystem and device mounting, and determine the filesystem type using "dtype" (data type), so instead of using a separate mount command for every hardware device or filesystem, it is just "mount." (of course their are perhaps the odd exception) To achieve this a intermediate step to determine the data-type would be required then perhaps to call the appropriate mount command with the command line parameters. Has anyone got any thoughts? Greg (ps. please include me in the reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001bec48e$b392e020$0200000a>