On Fri, 2004-11-12 at 21:08, Kevin Mark wrote: > On Fri, Nov 12, 2004 at 09:06:10PM -0600, downtime null wrote: > > I just finished a major update thanks to several of you and to aptitude, > > but now I can't mount my slave drive. It was working before the update, > > now it's not. The entry in /etc/fstab looks fine, but it's not listed in > > the output of 'mount'. I also can't mount it with 'mount /dev/hdb1 > > /mountpoint'. I get : > > > > mount: /dev/hdb1 already mounted or /other busy > > > > It also does not show up in dmesg. What could be causing this? What can > > I do to fix it? > > > > Thanks! > Hi Agent Orange, > show the output of 'mount' and your manual mount attempt. > also, what does 'fdisk -l' show? > -Kev
# fdisk -l Disk /dev/hda: 60.0 GB, 60022480896 bytes 255 heads, 63 sectors/track, 7297 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 13 104391 83 Linux /dev/hda2 14 778 6144862+ 83 Linux /dev/hda3 779 1415 5116702+ 83 Linux /dev/hda4 1416 7297 47247165 f W95 Ext'd (LBA) /dev/hda5 1416 1670 2048256 83 Linux /dev/hda6 1671 1925 2048256 83 Linux /dev/hda7 1926 2052 1020096 82 Linux swap /dev/hda8 2053 7297 42130431 83 Linux Disk /dev/hdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdb1 * 1 19457 156288321 83 Linux # mount /dev/hda5 on / type ext3 (rw,errors=remount-ro) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) /dev/hda1 on /boot type ext3 (rw) /dev/hda2 on /home type ext3 (rw) /dev/hda3 on /var type ext3 (rw) /dev/hda6 on /tmp type ext3 (rw) /dev/hda8 on /usr type ext3 (rw) none on /proc/bus/usb type usbfs (rw) # mount /dev/hdb1 /other mount: /dev/hdb1 already mounted or /other busy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]