Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!leah!bingvaxu!vu0310 From: vu0310@bingvaxu.cc.binghamton.edu (R. Kym Horsell) Newsgroups: comp.unix.internals Subject: Re: Help! modifying os to support >14 char filenames (sys V.3) Keywords: help,unix,internals Message-ID: <3958@bingvaxu.cc.binghamton.edu> Date: 7 Sep 90 17:04:46 GMT References: <1430@engadm2.csd.mot.com> Reply-To: vu0310@bingvaxu.cc.binghamton.edu.cc.binghamton.edu (R. Kym Horsell) Organization: SUNY Binghamton, NY Lines: 19 In article <1430@engadm2.csd.mot.com> cliff@motcsd.csd.mot.com (cliff.rodriguez) writes: >We are working on a project to convert our system V based system (ver 3) >from 14 char file names to something much larger. Has anyone out there >done this, or heard it done? I need to know if this is going to be the >slow tedious task I think it is. Any suggestion on how to speed up the >work or some magic answer would be appreciated... thanks in advance...cliff Ask DEC -- they upgraded the length of the VAX/VMS filenames some time back. You better not ask _how_ they did it 'tho; you might be sick. They didn't (and I am talking as a system programmer about the time the change was made, things may have been cleaned up since) make the filename _contiguous_ in the (directory) entry -- there happened to be a bit of space left over at the end and... In U*X a directory entry is defined in dir.h -- you _may_ redefine the maximum length & recompile. Why have you got only 14-char filenames? Is this _really_ V? -Kym Horsell