[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fstab problem



On Sat, 24 Dec 2005 17:08:09 -0600
Rodney Richison <rodney@rcrcomputing.com> wrote:

> Rodney Richison wrote:
> 
> > Can any tell me why this works manually
> >
> > mount -t ext2 /dev/hdc1 /mnt/idedrive
> >
> > But this in fstab does not work
> >
> > /dev/hdc1         /mnt/idedrive          ext2    defaults     1 1
> > or this
> > /dev/hdc1         /mnt/idedrive          ext2    defaults     0 0
> > or this
> > /dev/hdc1         /mnt/idedrive          ext2    defaults     1 2
> >

last two columns (numbers)

0 2
are most common numbers

the fifth is for dump package. do you use it ? 

for the sixth 
1 is reserved for root partition. hdc is not for root partition.
0 is for non-linux partition or nfs. do you use them ?

  



Reply to: