From: mr2@netcom.com (Jongyoon Lee) Subject: Re: Problem mounting /dev/hda1 from A1 boot Date: Fri, 2 Jul 1993 23:16:01 GMT
Adam Trevor (adam@csi.on.ca) wrote:
: I incorrectly linked my new library files and am now unable to use most of
: the commands on my system. I have rebooted off disk a1 and am having a
: problem mounting the extended file system on my hard drive. I have tried :
: mount -t ext2fs /dev/hda1 /mnt to no avail. Am I using an incorrect name
If you are using old extended fs, do
mount -t ext /dev/hda1 /mnt
For new extended 2 file system,
mount -t ext2 /dev/hda1 /mnt
will work.
: for the file system? I have looked in the FAQs and not found a thing.
: Any help would be appreciated.
: Adam
--+-----------------------------+-----------------------------------------------+ | Jongyoon Lee | _/_/ _/ _/_/ | | University of California | _/ _/ _/ _/ _/ | | Los Angeles | _/ _/ _/ _/ | | Computer Science | _/ _/ _/_/_/ _/ _/ _/_/_/ | | | _/ _/ _/ _/ _/_/ _/ _/ | | jong@seas.ucla.edu | _/ _/_/ _/ _/ _/ _/ | | mr2@netcom.com | _/_/_/_/ _/_/ _/_/_/_/_/ _/_/_/ _/_/_/ _/ | +-----------------------------+-----------------------------------------------+