Re: [expert] Linux file system update?

2000-07-17 Thread John Aldrich

On Sun, 16 Jul 2000, you wrote:
 After adding a new hard drive to my system and creating
 an ext2fs type partition, how do I add this to my file
 system table?? I would like to have Mdk 7.1 to start using
 this partition. I created the partition with PartitionMagic
 and did not specify a mount point at the time of creation.
 Do I need to go back into PartionMagic and do this??
 Any help with the above would be most appreciated!!

Edit your /etc/fstab with your favorite editor (note: You
*will* have to be "root" in order to do this, so I
recommend opening a console window, SU-ing to root and use
a console-based text editor.) Once you have your /etc/fstab
file in the editor, specify the mount point and the correct
/dev file the way the other mount points are specified.
John




Re: [expert] Linux file system update?

2000-07-17 Thread Guillermo Belli

You specify a mount point from within linux. You can mount a filesystem as
follows:

mount /dev/hd?x /mountpoint

where /dev/hd?x is the drive and the partition you want to mount (for example
/dev/hda1 is the first partition on the primary master drive, /dev/hdb1 the 1st
part in the primary slave drive)
You can mount your partition wherever you want. A mount point is a "folder" in
the linux filesystem. 

You can also use linuxconf to mount partitions.

vern, escribió:
 After adding a new hard drive to my system and creating
 an ext2fs type partition, how do I add this to my file
 system table?? I would like to have Mdk 7.1 to start using
 this partition. I created the partition with PartitionMagic
 and did not specify a mount point at the time of creation.
 Do I need to go back into PartionMagic and do this??
 Any help with the above would be most appreciated!!
 vern
-- 

*Guillermo Belli-Linux User #121340*
* ICQ #38321312*
*http://sites.netscape.net/memo81 (en construccion)*





Re: [expert] Linux file system update?

2000-07-16 Thread Matthias Richter

vern wrote on Sun Jul 16, 2000 at 01:39:20AM:
 After adding a new hard drive to my system and creating
 an ext2fs type partition, how do I add this to my file
 system table?

Choose where you want to add the partition (this Directory should be
*empty*) and add a line in /etc/fstab reflecting your configuration.

See the Hard-Disk-Upgrade HowTO¹ for details. 

Matthias

¹ file:/usr/doc/HOWTO/HTML/en/mini/Hard-Disk-Upgrade.html if you have
got the HowTos installed




[expert] Linux file system update?

2000-07-15 Thread vern

After adding a new hard drive to my system and creating
an ext2fs type partition, how do I add this to my file
system table?? I would like to have Mdk 7.1 to start using
this partition. I created the partition with PartitionMagic
and did not specify a mount point at the time of creation.
Do I need to go back into PartionMagic and do this??
Any help with the above would be most appreciated!!
vern