Re: DD not working



<snip>
[root@k5di ~]# mount -t ext2 /dev/sdb5 /mnt
mount: /dev/sdb5 already mounted or /mnt busy

The last 2 lines say that /dev/sdb5 is mounted to this Old Hard Drive
somehow.
<snip>
Karl F. Larsen, AKA K5DI
No, the last two lines is telling you that either

/dev/sdb5 is already mounted
OR
the mount point /mnt is busy

Which is not to be confused with meaning something is already mounted
there. You can mount something on top of a currently mounted device
(and repeat if you wish). You will not see the underlying mounted
device mounted at that mount point until after you unmount the last
mounted device (and continue unmounting in reverse order everything
mounted at that mount point). So if the second scenario is applicable
then something else is going on causing /mnt to be busy hence refusing
to mount /dev/sdb5 at that mount point.

As was suggested, type mount with no other options to see what is
mounted (keeping it simple - there is a caveat that most likely does
not apply so I won't go there and further confuse things).

Jacques B.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: /var on a USB disk
    ... the /dev/sdX entries are dynamically changed as I plug in an another ... The fstab entry is based on the disk uuid: ... difference to any currently mounted device. ... $ mount | grep sda6 ...
    (Ubuntu)
  • Re: 2.6.0, cdrom still showing directories after being erased
    ... I think cdrecord should be hacked to complain loudly if the device is ... , blanking a mounted device is ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: DD not working
    ... Jacques B. wrote: ... You can mount something on top of a currently mounted device ... device mounted at that mount point until after you unmount the last ...
    (Fedora)
  • mount
    ... I tested all this on FreeBSD and Linux boxes. ... I found that one could mount any device to some mount point which already have something ... When two devices are mounted to one mount point you could see contents of the last mounted device. ...
    (Vuln-Dev)
  • [SLE] How would you like hotplugged USB drive mounting to work?
    ... User plugs in USB storage device. ... A mount point in /media has been automatically generated. ... he tried to unmount by going to Konqueror's ... Window disappears. ...
    (SuSE)