Re: [SLUG] fstab

From: Logan Tygart (logan1304@comcast.net)
Date: Sun Apr 11 2004 - 08:53:49 EDT


On Sun, 2004-04-11 at 08:07, Maurice Wilson wrote:
> I need to add the following drive in my fstab in Fedora.
> Hardware reports drive as (device: hdc1) (start: 1 ) (end: 667 ) (size
> mb : 4924) (type: fat32)
> Drive/dev/hdc (Geom:667/240/63) (Model: WDC A C35100L)
> I ran id in term and it reported id=500
>
> I use it as a backup drive , thanks for any help
>
> existing fstab below
>
> 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
>

If it is external

Add (as one line):

/dev/hdc1
name of mount point (e.g. /backup)
auto
noauto,owner,kudzu 0 0

If it is internal

/dev/hdc1
name of mount point (e.g. /backup)
vfat
defaults 1 2

Remember, if the mount point does not exist (/backup) you will have to
create it.

The Logan

-- 
08:40:01 up 50 days, 2:11, 5 users, load average: 0.21, 0.32, 0.40
HTML is a no-no with MajorDomo. -- Thomas A. Ufer, SLUG List
ICQ: 72101412 AIM/Yahoo/Jabber: logantheclever
Registered Linux User: 277727


----------------------------------------------------------------------- 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:28:13 EDT