1830880 Members
1749 Online
110017 Solutions
New Discussion

adding new drive

 
SOLVED
Go to solution
Ron Bombard
Frequent Advisor

adding new drive

I've added a 40G drive to my linux system (RH7.1). I've used cfdisk to create a partition, and used mke2fs to create a filesystem. I've used mount to mount it to a directory.

I can't seem to figure out how to make the mount permanent. it dissapears after reboot.

Any insite would be appreciated.

Thanks!
Meddle not in the affairs of dragons... for you are crunchy and taste like chicken.
1 REPLY 1
D. Jackson_1
Honored Contributor
Solution

Re: adding new drive

You will have to add the entry to your /etc/fstab.

HTH