From owner-freebsd-hackers Thu Oct 12 04:36:43 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01468 for hackers-outgoing; Thu, 12 Oct 1995 04:36:43 -0700 Received: (from sos@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01458 for hackers@freebsd.org; Thu, 12 Oct 1995 04:36:41 -0700 Message-Id: <199510121136.EAA01458@freefall.freebsd.org> Subject: MSDOSfs long filename support.... To: hackers@freebsd.org (FreeBSD hackers) Date: Thu, 12 Oct 1995 04:36:41 -0700 (PDT) From: sos@freebsd.org Reply-to: sos@freebsd.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 681 Sender: owner-hackers@freebsd.org Precedence: bulk While fumbling along with WIN95 (yuck) here at work it hit me that WIN95 is able to put long filenames onto a MSDOS FAT filesystem. They way they do it is easy, and I'm thinking of putting support into our msdos filesystem driver. Would this bring us closer to running of a msdos filesystem ?? (modulo unstabilities in the msdosfs support). It should be possible to load the files under dos with a special utility (or WIN95) and then run FreeBSD off of that directory right?? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org | sos@login.dknet.dk) FreeBSD Core Team So much code to hack -- so little time