[ale] need help to correct duplicate mount entries?

Sean Johnson esperantisto at gmail.com
Mon May 23 11:55:55 EDT 2005


Hi, i need help understanding why i have multiple mount entries on
/etc? I recently created a separate partition for /etc because i
thought i could share it between Ubuntu (my main system) and Kubuntu
(didn't work as planned). I copied the /etc from my original Ubuntu
partition into the new /dev/hda7 and then changed fstab to mount /etc
on that device. I appear to have missed something basic? I found this
article:

http://linuxgazette.net/issue64/tag/12.html

which suggests i may have copied the /proc file system multiple times
by accident.

Partitions:
hda1 -- old Libranet
hda2 -- currently used Ubuntu
hda6 -- Kubuntu
hda7 -- supposed to be shared /etc partition

(parted) print
Disk geometry for /dev/hda: 0.000-76319.085 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031   4000.561  primary   reiserfs    boot
2       4000.562  13539.155  primary   reiserfs
3      13539.155  76316.594  extended
5      13539.186  43535.522  logical   reiserfs
6      43535.553  53536.926  logical   reiserfs
7      53536.957  53638.901  logical   ext2
8      53638.932  54635.119  logical   linux-swap

FSTAB:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda2       /               reiserfs defaults        0       1
/dev/hdb1       /home           reiserfs defaults        0       2
/dev/hdb2       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
/dev/sda1       /media/usbdisk  vfat    user,noauto,noatime,sync        0      0
/dev/hda5       /mnt/library    reiserfs defaults       0       0
/dev/hda7       /etc            ext2    defaults        0       0
/dev/hda8       none            swap    sw              0       0

mount command output:

/dev/hda2 on / type reiserfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev type tmpfs (ro)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /etc type ext2 (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev on /.dev type unknown (rw,bind)
usbfs on /proc/bus/usb type usbfs (rw)

Questions:

1. how can i correct this error i have apparently made? 
2. Is it possible or practical to share /etc between these 2 distros?
3. Is ext2 the best file system (smaller) or reiserfs (bigger) for
/etc partition?

Regards, 

Sean Johnson



More information about the Ale mailing list