View Single Post
  #1   (View Single Post)  
Old 3rd August 2008
latorion latorion is offline
Real Name: Arthur
Port Guard
 
Join Date: May 2008
Location: Poland-Gdansk-Chojnice-little city;)
Posts: 36
Default Mounting ext2 in fstab

Hello
I want to mount my partitions with data automatitcly when system is loading. Now to have a look at it i must mount first it
Code:
mount -t ext2fs /dev/ad0s3/ mnt/dane
And I don't know how should look entry in fstab. It should look more less like that?
Code:
Device              Mountpoint         FStype    Options    Dump      Pass
/dev/ad0s3         /mnt/dane        ext2          rw             2          2
thx
Artur
Reply With Quote