bdg1983
10-17-2001, 04:45 AM
I switched my /home partition over to a new harddrive a couple days ago, during which I mounted the new partition on /mnt and coppied everything from /home to /mnt. I then umounted /home and mounted the new /home. Apparently, I forgot to umount /mnt. I noticed this today when testing a CD I had just burned. The output from mount is thus:
bradmont@bradmont ~% mount
/dev/hdb3 on / type reiserfs (rw,errors=remount-ro,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdb5 on /usr type reiserfs (rw)
/dev/hdb6 on /var type reiserfs (rw)
/dev/hdb7 on /tmp type reiserfs (rw)
/dev/hda1 on /home type reiserfs (rw)
/dev/hda1 on /mnt type reiserfs (rw)
I seem to recall something about it not being possible/propper to mount the same partition more than once... Anyone know if this is a bug that should be reported, or is it normal? (Running ReiserFS on 2.4.12)
[ 17 October 2001: Message edited by: Bradmont ]
bradmont@bradmont ~% mount
/dev/hdb3 on / type reiserfs (rw,errors=remount-ro,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdb5 on /usr type reiserfs (rw)
/dev/hdb6 on /var type reiserfs (rw)
/dev/hdb7 on /tmp type reiserfs (rw)
/dev/hda1 on /home type reiserfs (rw)
/dev/hda1 on /mnt type reiserfs (rw)
I seem to recall something about it not being possible/propper to mount the same partition more than once... Anyone know if this is a bug that should be reported, or is it normal? (Running ReiserFS on 2.4.12)
[ 17 October 2001: Message edited by: Bradmont ]