[PLUG] mounting confusion

Michael M. mcubed at slashmail.org
Fri Apr 13 20:07:04 UTC 2007


On Fri, 2007-04-13 at 14:21 -0500, Robert Citek wrote:
> Michael M. wrote:
> > But it's not working.  The partitions are being mounted whenever I boot
> > into one or the other.  What am I doing wrong?
> 
> Can you post the /etc/fstabs from both?

Sure ~

Etch:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/sda5       /               ext3    defaults,errors=remount-ro 0 1
/dev/sda1       /boot           ext2    defaults        0       2
/dev/sda6       /home           ext3    defaults        0       2
/dev/sda7       /mnt/arch       ext3    user,noauto     0       0
/dev/sda8       /mnt/archhome   ext3    user,noauto     0       0
/dev/sda9       /mnt/data       ext3    defaults        0       2
/dev/sdb1       /mnt/audio      ext3    defaults        0       2
/dev/sdb2       /mnt/video      ext3    defaults        0       2
/dev/sda2       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

Arch:
#
# /etc/fstab: static file system information
#
# <file system> <dir>         <type>     <options>     <dump> <pass>
none            /dev/pts      devpts     defaults        0      0
none            /dev/shm      tmpfs      defaults        0      0

/dev/cdrom      /mnt/cd       iso9660    ro,user,noauto,unhide 0 0
/dev/dvd        /mnt/dvd      udf        ro,user,noauto,unhide 0 0
/dev/fd0        /mnt/fl       vfat       user,noauto     0      0
/dev/sda2       swap          swap       defaults        0      0
/dev/sda7       /             ext3       defaults        0      1
/dev/sda8       /home         ext3       defaults        0      2

/dev/sda9       /mnt/data     ext3       defaults        0      2
/dev/sdb1       /mnt/audio    ext3       defaults        0      2
/dev/sdb2       /mnt/video    ext3       defaults        0      2

/dev/sda5       /mnt/etch     ext3       user,noauto     0      0
/dev/sda6       /mnt/etchhome ext3       user,noauto     0      0


-- 
Michael M. ++ Portland, OR ++ USA
"No live organism can continue for long to exist sanely under conditions
of absolute reality; even larks and katydids are supposed, by some, to
dream." --S. Jackson




More information about the PLUG mailing list