View previous topic :: View next topic |
Author |
Message |
gellin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Aug 2004 Posts: 18
|
Posted: Sat Aug 07, 2004 12:02 am Post subject: recognize cdrom and partition |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
jfb3 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 01 Feb 2003 Posts: 242
|
Posted: Sat Aug 07, 2004 12:16 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
oumpah-pah Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/743855687425ffcbfe320d.jpg)
Joined: 18 Jul 2004 Posts: 575 Location: Lausanne, Switzerland
|
Posted: Sat Aug 07, 2004 8:52 am Post subject: |
|
|
You should post your fstab if you want us to have a look at it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gellin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Aug 2004 Posts: 18
|
Posted: Sun Aug 08, 2004 3:56 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
gellin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Aug 2004 Posts: 18
|
Posted: Tue Aug 10, 2004 1:37 am Post subject: |
|
|
can anyone help me? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|