Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
recognize cdrom and partition
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gellin
n00b
n00b


Joined: 01 Aug 2004
Posts: 18

PostPosted: Sat Aug 07, 2004 12:02 am    Post subject: recognize cdrom and partition Reply with quote

I need Gentoo to recognize my 2nd cdrom and my fat32 partition

I tried mounting them in fstab but either that's not right at all or I did it wrong. Any tips would be greatly appreciated.
Back to top
View user's profile Send private message
jfb3
Apprentice
Apprentice


Joined: 01 Feb 2003
Posts: 242

PostPosted: Sat Aug 07, 2004 12:16 am    Post subject: Reply with quote

This how I mount my fat32 drive to "/bigdisk":
Code:
mount -t vfat -o users,rw,umask=000,quiet,exec /dev/hdd1 /bigdisk
Back to top
View user's profile Send private message
oumpah-pah
Guru
Guru


Joined: 18 Jul 2004
Posts: 575
Location: Lausanne, Switzerland

PostPosted: Sat Aug 07, 2004 8:52 am    Post subject: Reply with quote

You should post your fstab if you want us to have a look at it.
Back to top
View user's profile Send private message
gellin
n00b
n00b


Joined: 01 Aug 2004
Posts: 18

PostPosted: Sun Aug 08, 2004 3:56 am    Post subject: Reply with quote

here it is:


# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts> <dump/pass>

/dev/hdb1 /boot ext2 noauto,noatime 1 2
/dev/hdb2 none swap sw 0 0
/dev/hdb3 / ext3 noatime 0 1
/dev/hdb4 /bigdisk vfat noatime 0 1

/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
#/dev/cdroms/cdrom1 /mnt/cdrom1 iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0

# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0
Back to top
View user's profile Send private message
gellin
n00b
n00b


Joined: 01 Aug 2004
Posts: 18

PostPosted: Tue Aug 10, 2004 1:37 am    Post subject: Reply with quote

can anyone help me?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum