Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihuxl.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!ihuxl!stevet From: stevet@ihuxl.UUCP (Turpin) Newsgroups: net.micro,net.micro.att,net.micro.pc Subject: Notes on the UNIX-PC Message-ID: <1709@ihuxl.UUCP> Date: Thu, 6-Feb-86 18:28:18 EST Article-I.D.: ihuxl.1709 Posted: Thu Feb 6 18:28:18 1986 Date-Received: Sun, 9-Feb-86 04:55:20 EST Distribution: net Organization: AT&T Bell Laboratories Lines: 31 Xref: watmath net.micro:13721 net.micro.att:879 net.micro.pc:6843 There are a couple of problems that I've encountered with the UNIX PC. One concerns fsck. As the computer comes from the factory, it will not save unreferenced files that fsck finds. The reason for this is there is no lost+found directory in the root node. Also, the install diskettes do not make this directory. They should!! Anyone who does not have this directory on their system should do: $ mkdir /lost+found If you have more than one filesystem on your hard disk you need to make the lost+found directory in the root of each filesystem. Another problem I've encountered is that the "Restore from floppy" command bombs out whenever you try to run it. I execute "Show and Restore files" and the program reads the floppy and makes the list from which I am to pick the files that I want to restore. As soon I hit [ENTER], the program execs another program which "core dumps". I haven't taken the time to find out which file this is that bombs out. Maybe someone else has had this problem. I am using the 3.0 upgrade of the utilities. Anymore, I just run cpio from the shell. One other thing I've noticed, is that the PC uses the same icon for the printer as it uses for the floppy disk. This is somewhat confusing at times. You think that the floppy is not closed, but it is actually a printer file that is open or hosed up. On the plus side, the 3.0 software has a lot of nice enhancements. The async_main program now has auto-logon, screen-print, break key, etc. the screen-print requires a bit-mapped printer. There is also improvements in the printer utilities. The ability to read, write and format MS-DOS diskettes is also very nice.