> 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 .
Yea that's what I thought. Sorry for the confusion.
> You don't tell me the full output of "df".
I'm sorry. df's output was identical to df /dev/hdb except that it is mounted
at "/"
> 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.
Oh my god!!!! Thanks, Ray. My girlfriend just informed me that my life
as been
spared. And I only have you and Lawson to thank for this. Everything is there.
In hdb1.
So if I may...... could you explain how I should have the partitions being
mounted???
hda1 is at /
and hdb isn't being mounted anywhere, it seems.
So, does the mount command when partitioning do the same thing as the
mount /dev/hdb1 /mnt
command just did??? Is it just automating it so that it's mounted at startup?
How do I direct /home to go directly to hdb1???
This is kinda fun (now that my girlfriend isn't gonna kill me?).
John
>
>
> 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/