First, I said "user" because in an earlier message you said you have
something mounted as /user/something_or_other . /usr is different from
/user; /user is what some installations use instead of /home .
You don't tell me the full output of "df". This is what will tell you what
you have mounted, and where. Now we know (from fdisk) that you actually have
two Linux (ext2) partitions:
/dev/hda1
/dev/hdb1
So ... run "df" without any arguments, and it will show you some partition
mounted as root (that is, as /). If it doesn't show the other partition
mounted anywhere, it may have your old files on it. TO see, mount it
temporarily with a command like
mount /dev/hdb1 /mnt
then cd to it and see what is there.
At 08:51 PM 1/30/00 -0700, John Starkey wrote:
>I did fdisk and got (dev, boot, start, end, blocks, ID, System):
>
>/dev/hda1 * 1 915 922288+ 83 Linux
>/dev/hda2 916 973 58464 5 Extended
>/dev/hda5 916 973 58432+ 82 Linux Swap
>
>then after several tries I discovered
>
>fdisk /dev/hdb
>
>and got:
>
>/dev/hdb1 * 2 2484 1251904+ 83 Linux
>
>Then I got the idea to do:
>
>df /dev/hdb (remember I'm a newbie, didn't know how to check hdb):
>
>and got (Filesystem, 1k-blocks, used, available, use %, and "Mounted on"):
>
>/dev/hdb 907752 778212 83428 90%
>
>there was no entry under "Mounted on".
------------------------------------"Never tell me the odds!"---
Ray Olszewski -- Han Solo
Palo Alto, CA [EMAIL PROTECTED]
----------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/