Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Create fstab
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Wed Mar 31, 2004 9:21 am    Post subject: Create fstab Reply with quote

i cannot create the fstab File, becouse i do not know which partitions at all i have and how are they called! I tried just to copy the fstab from the Knoppix. I doesn't work! What have i to do?
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
rewt
n00b
n00b


Joined: 19 Feb 2004
Posts: 58

PostPosted: Wed Mar 31, 2004 9:36 am    Post subject: Reply with quote

Run fdisk and find out? If you boot knoppix (or Windows if you must ;) ) and run the fdisk program then choose 4 to view partition info it should give you everything partitionwise about the disk... You'll still need to know what the filesystem is though (ext2, ext3, reiser, etc)
Hope that helps
_________________
Because sometimes peace is another word for surrender... and secrets have a way of getting out
Back to top
View user's profile Send private message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Wed Mar 31, 2004 9:50 am    Post subject: re> Reply with quote

ok! and how can i to get to know what for a filesystem is through?
I am a beginner with linux and i need a little help.
Thanks.
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Wed Mar 31, 2004 10:20 am    Post subject: Reply with quote

You can mount the partition and then run
Code:
# df


You can also trying different partitions when you mount them, let's say:
Code:
# mount -t ext3 /dev/hda1 /mnt/temp


In the place of ext3 you can also try: ext2, reiserfs, xfs, ...
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Wed Mar 31, 2004 10:41 am    Post subject: Reply with quote

The gentoo install guide has that part well detailed, you could print it and check it while installing it, or if you have network while installing you can just browse the guide.


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Wed Mar 31, 2004 4:56 pm    Post subject: Reply with quote

Thanks! i found this what i needed. :D
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Wed Mar 31, 2004 7:12 pm    Post subject: a new problem Reply with quote

i have hier a new problem: i can not to mount my DVD-players. i think, i created wrong the fstab. when i try to mount a dvd player, then the system answers me: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0 or too many mounted file systems
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Wed Mar 31, 2004 7:16 pm    Post subject: Reply with quote

The file system for CDs/DVDs is iso9660
Back to top
View user's profile Send private message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Thu Apr 01, 2004 6:44 am    Post subject: yeeeh.. Reply with quote

i have this hier:
[/dev/hda2 / reiserfs noatime
/dev/hda3 none swap sw
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 auto,ro,umask=0,uid=100
/dev/cdroms/cdrom1 /mnt/cdrw iso9660 noauto,ro,umask=0,uid=1
/dev/hda1 /mnt/c vfat ro,users,noatime,uid=10

] :?:
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Thu Apr 01, 2004 8:38 am    Post subject: Re: yeeeh.. Reply with quote

iwankoenig wrote:
i have this hier:
[/dev/hda2 / reiserfs noatime
/dev/hda3 none swap sw
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 auto,ro,umask=0,uid=100
/dev/cdroms/cdrom1 /mnt/cdrw iso9660 noauto,ro,umask=0,uid=1
/dev/hda1 /mnt/c vfat ro,users,noatime,uid=10

] :?:


Have you tried useing /dev/hdb, /dev/hdc or /dev/hdd instead? If you are using SCSI emulation (or your drives are SCSI), then you should use /dev/sr0, /dev/sr1.
Back to top
View user's profile Send private message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Thu Apr 01, 2004 9:10 am    Post subject: Reply with quote

Instead of /dev/cdroms/cdrom0 and /dev/cdrom/cdrom1 i tried using /dev/hdd and /dev/hdc and the system answers me the same: wrong fs type.
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
iwankoenig
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 83
Location: Germany(Hannover)

PostPosted: Thu Apr 01, 2004 9:13 am    Post subject: Reply with quote

and /dev/sr0 with /dev/sr1: special device does not exist.
_________________
"Vivat Fratres Intimi Ferro Iuncti."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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