Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!spring.edu.tw!news.edu.tw!news-peer.gsl.net!news.gsl.net!news.sprintlink.net!news-peer.sprintlink.net!su-news-hub1.bbnplanet.com!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.mathworks.com!newsfeed.internetmci.com!news.webspan.net!usenet From: gpalmer@mutara.noc.webspan.net (Gary Palmer) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Reading FreeBSD file system from DOS Date: 14 Nov 1996 00:18:16 GMT Organization: WebSpan Inc., New Jersey Lines: 32 Message-ID: <56dog9$d4n@news.webspan.net> References: <328919CF.6DC6@auburn.campus.mci.net> <56csg7$nja@moon.dial.techfak.uni-kiel.de> NNTP-Posting-Host: mutara.noc.webspan.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 In article <56csg7$nja@moon.dial.techfak.uni-kiel.de>, maw@techfak.uni-kiel.de (Maciej Wiatr) writes: > In <328919CF.6DC6@auburn.campus.mci.net> Anthony Jenkins <ajenkins@auburn.campus.mci.net> writes: > >>I can mount my MS-DOS drive to a directory in FreeBSD (2.1.5 I think I >>have), but is there an analogous method of reading the FreeBSD >>filesystem on its partition? ...and if not, how do I find out about the >>FreeBSD filesystem structure so I can possibly write some apps to do >>this (is my BSD virginity showing?)? > > I think, there is a possibility to reab fBSD file system by using > Notron Commander or Norton Utilities. If there is a utility included in any of the Norton stuff which understands the UFS/FFS filesystem layout format. You may be able to read the raw disk, but you won't understand the filesystem. From experience (on another platform), if the FS hooks are there to allow easy (note: EASY) addition of new filesystem types into the OS, then adding read-only UFS support isn't that much of a pain. I did it in a few weeks part time coding, learning UFS from scratch in the process. However, I've never tried adding filesystems to DOS and / or Windows, so I can't comment on the availability of hooks for doing that. Judging by the hurdles you have to hop through to mount Netware, etc, partitions under DOS, my thought would be that it's not possible to do it under DOS, but may be possible under some of the later MS offerings, like Win 95 or NT perhaps. Yours Gary Palmer