1 | ABOUT THIS FILE |
---|
2 | |
---|
3 | This file has been included in your home directory because the workstation you |
---|
4 | are on was unable to access your real home directory when you logged in. The |
---|
5 | directory you are in now is a TEMPORARY home directory created on the local |
---|
6 | workstation's hard disk to let you continue working. |
---|
7 | |
---|
8 | You may have noticed that the files you expected to find here are not here -- |
---|
9 | DON'T PANIC! Your files are still ok -- you are just not able to access them |
---|
10 | at this time, that's all. |
---|
11 | |
---|
12 | What should you do now? |
---|
13 | |
---|
14 | |
---|
15 | 1) IT MAY HAVE BEEN A MOMENTARY PROBLEM. |
---|
16 | |
---|
17 | It is possible that the workstation was unable to access your real home |
---|
18 | directory when you logged in because of a transitory event (e.g., a |
---|
19 | network glitch) rather than a persistent problem (e.g., a machine failure). |
---|
20 | If this is the case, then you should be able to access your real home |
---|
21 | directory by typing the following command at the athena% prompt: |
---|
22 | |
---|
23 | attach -n $user |
---|
24 | |
---|
25 | If you get a message like this: |
---|
26 | |
---|
27 | attach: filesystem yourname (machine1.MIT.EDU:/u2/lockers/yourname) |
---|
28 | mounted on /mit/yourname (read-write) |
---|
29 | |
---|
30 | then you are in fact able to access your home directory -- you should |
---|
31 | log out and log back in on the same workstation. Everything should be |
---|
32 | fine after that, and you may stop reading here. If it doesn't work, |
---|
33 | continue below. |
---|
34 | |
---|
35 | |
---|
36 | 2) THIS DIRECTORY IS TEMPORARY, SO WORK YOU DO NOW MIGHT GET LOST. |
---|
37 | |
---|
38 | When you log out from this session, this temporary directory and all of its |
---|
39 | contents will be PERMANENTLY DELETED. If you decide to continue with this |
---|
40 | session rather than logout now, you should be very careful about taking |
---|
41 | steps to preserve your work -- just "saving" the files won't do it! |
---|
42 | |
---|
43 | |
---|
44 | A) HOW TO SAVE TEXT FILES YOU CREATE. |
---|
45 | |
---|
46 | To preserve a file that you have created in this directory, you can mail it |
---|
47 | to yourself before logging out. The file will be safe on the post office |
---|
48 | server until you next read your mail. To mail a file to yourself, type: |
---|
49 | |
---|
50 | mhmail $user < filename |
---|
51 | |
---|
52 | (Replace "filename" with the name of the actual file). For example, if |
---|
53 | your username is "jruser" and you want to mail a file called "paper.tex" to |
---|
54 | yourself you would use the command line: |
---|
55 | |
---|
56 | mhmail jruser < paper.tex |
---|
57 | |
---|
58 | |
---|
59 | B) HOW TO SAVE ANY MAIL YOU READ. |
---|
60 | |
---|
61 | Normally, when you read new mail from the post office server it copies the |
---|
62 | file into your home directory and deletes the mail from the post office |
---|
63 | server. If you read new mail while using a temporary home directory you |
---|
64 | may lose the mail unless you takes step to preserve it. |
---|
65 | |
---|
66 | If you use "xmh" or the "mh" mail commands (inc, scan, show, etc.) then |
---|
67 | you will be safe -- these programs will detect the fact that you are using |
---|
68 | a temporary home directory and will read the new mail from the post office |
---|
69 | server, but they will NOT delete the mail from the post office server. That |
---|
70 | way, you can read the mail again when you have your real home directory. |
---|
71 | |
---|
72 | If you use Emacs RMAIL or any other mail handling you will have to |
---|
73 | explicitly take step to preserve your mail after reading it. For more |
---|
74 | information on how to do this please use the 'olc' program. |
---|