On Mon, 2006-02-20 at 09:31 +1300, Nick Rout wrote: > On Mon, 20 Feb 2006 08:54:34 +1300 > HappyEvilSlosh wrote: > > > Hey all. > > > > So I recently rearranged my room and prior to that I had /dev/hdb1 > > mounted at /mnt/hdb1 in a debian partition. Post rearranging when I try > > it I now get > > > > amancha:/mnt# mount /dev/hdb1 /mnt/hdb1/ > > mount: /dev/hdb1 already mounted or /mnt/hdb1/ busy > > > > I've checked in my ubuntu partition and it doesn't seem to be a hardware > > fault, since it works fine there. > > > > Any suggestions? > > > yes, i suggest reading the message, /dev/hdb1 is already mounted. use mount > on its own to check
I wouldn't have messaged if it was already mounted... [EMAIL PROTECTED]:~$ mount /dev/hda5 on / type ext3 (rw,errors=remount-ro) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) usbfs on /proc/bus/usb type usbfs (rw) tmpfs on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda1 on /windows type vfat (rw) tmpfs on /dev type tmpfs (rw,size=10M,mode=0755) --Slosh
