Re: DD not working
- From: Karl Larsen <k5di@xxxxxxxxxx>
- Date: Thu, 30 Aug 2007 16:12:04 -0600
Jacques B. wrote:
<snip>Well hang onto your hat. I am typing this on my dd copy which was booted over my old copy boot up. Someone said that if you use LABLE's this can and IS happening.
[root@k5di ~]# mount -t ext2 /dev/sdb5 /mnt<snip>
mount: /dev/sdb5 already mounted or /mnt busy
The last 2 lines say that /dev/sdb5 is mounted to this Old Hard Drive
somehow.
Karl F. Larsen, AKA K5DINo, 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.
I will take what you said as a way to try dd again. I will take the file system off the partition and let dd put it back on. Since this is being typed on the current new F7 it is very close to working.
--
Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: DD not working
- From: Jacques B.
- Re: DD not working
- References:
- DD not working
- From: Karl Larsen
- Re: DD not working
- From: Jacques B.
- DD not working
- Prev by Date: Re: usb /proc/file permissions control
- Next by Date: Re: Intel 82566DC-2 problem
- Previous by thread: Re: DD not working
- Next by thread: Re: DD not working
- Index(es):
Relevant Pages
- Re: DD not working
... You can mount something on top of a currently mounted device ... device
mounted at that mount point until after you unmount the last ... not apply so I won't go
there and further confuse things). ... (Fedora) - [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) - Permissions for Zip and Floppy drives?
... Store-bought SUSE 10.1, Compaq AP550, internal SCSI HD, external SCSI Zip100 drive, internal
floppy. ... Cannot mount or unmount floppy or Zip as an ordinary user from desktop,
I'm asking about both problems here as I suspect that they are related. ... Icons were
placed on the desktop for each device by the install program, but the icons seem unrelated to the devices
or the file systems. ... (alt.os.linux.suse) - Re: FC6 mount ntfs-3g problem.
... normally the users option given in fstab will let anyone mount the device (only root
or the user who mounted it can then unmount it), however FUSE filesystems apparently need setuid
style permissions to operate like this. ... user Allow an ordinary user to mount the file system.
... If any user should be able to unmount, then use users instead of user in the fstab
line. ... (Fedora) - Re: DEVFS in a chroot?
... We do this on our build box -- mount and unmount both devfs and a read-only ...
source directory, chroot, and build, as in: ... And then unmount once the build
has completed. ... sure if it's the nullfs or the devfs unmount. ... (freebsd-current)