Re: [SLUG] fstab

From: Maurice Wilson (maury0324@comcast.net)
Date: Sun Apr 11 2004 - 13:16:36 EDT


Kwan Lowe wrote:

>>No Joy? I entered the following line in fstab
>>
>>/dev/hdc1 /backup vfat defaults 1 2
>>
>>When i tried to reboot I got the following message
>>
>>Warning...fsck for device /dev/hdc1 exited with signal 11
>>
>>The drive is removeable so I just shut down, removed it and rebooted and
>>am back to normal (square one) any suggestions?? Thanks
>>
>>
>
>You also need to make sure that a filesystem is available on the
>partition. So the complete steps would be:
>
>1) Add the lines to the /etc/fstab
>
>2) As root:
> mke2fs /dev/hdc1
>
> (This will destroy any information on the disk)
>
>3) Do a test mount:
>
> mkdir /backup (if this doesn't already exist)
> mount -t ext2 /dev/hdc1 /backup
>
>
>
>-----------------------------------------------------------------------
>This list is provided as an unmoderated internet service by Networked
>Knowledge Systems (NKS). Views and opinions expressed in messages
>posted are those of the author and do not necessarily reflect the
>official policy or position of NKS or any of its employees.
>
>
>
Hi Kwan
Thanks for the reply. I'm 72 years old and I need to take a break.
wonder if you can modify the existing original fstab to pick up the drive.
I'm going to take a tea break.
fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660
noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto
noauto,owner,kudzu 0 0

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:29:20 EDT