Re: "drive already mounted or busy" ... dmsetup routine

2012-07-18 Thread John Magolske
* Keith McKenzie [120718 07:17]: > Check that nothing else has been mounted over/on top of your mount > point. Nothing is mounted on that mount point. And this behaviour only happens with one particular hard drive: Connect problematic external hard drive into USB port and... # mount /dev/sd

Re: "drive already mounted or busy" ... dmsetup routine

2012-07-18 Thread Keith McKenzie
On 17 July 2012 21:30, John Magolske wrote: > Thanks for the reply. > > * Camaleón [120711 16:09]: >> On Tue, 10 Jul 2012 23:09:59 -0700, John Magolske wrote: >> >> > I've been having issues with a particular hard drive, where after a >> > suspend-resume cycle with s2ram, it won't mount: >> > >>

Re: "drive already mounted or busy" ... dmsetup routine

2012-07-17 Thread John Magolske
Thanks for the reply. * Camaleón [120711 16:09]: > On Tue, 10 Jul 2012 23:09:59 -0700, John Magolske wrote: > > > I've been having issues with a particular hard drive, where after a > > suspend-resume cycle with s2ram, it won't mount: > > > > # mount /dev/sdb1 /media > > mount: /dev/sdb

Re: "drive already mounted or busy" ... dmsetup routine

2012-07-11 Thread Camaleón
On Tue, 10 Jul 2012 23:09:59 -0700, John Magolske wrote: > I've been having issues with a particular hard drive, where after a > suspend-resume cycle with s2ram, it won't mount: > > # mount /dev/sdb1 /media > mount: /dev/sdb1 already mounted or /media busy > # umount /media > umo

"drive already mounted or busy" ... dmsetup routine

2012-07-10 Thread John Magolske
I've been having issues with a particular hard drive, where after a suspend-resume cycle with s2ram, it won't mount: # mount /dev/sdb1 /media mount: /dev/sdb1 already mounted or /media busy # umount /media umount: /media: not mounted So I end up doing the following routine: #