Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mount: already mounted or busy
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
PaddyW
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2006
Posts: 113
Location: germany/nrw/neuss

PostPosted: Fri Jun 23, 2006 2:39 am    Post subject: mount: already mounted or busy Reply with quote

This is one of the problems, several users have to fight with...no i'm one of them:

I used udev to configure my iPod and USB Harddrive and everything works fine. It's just that while booting, i get the message:

Quote:
mount: dev/storage already mounted or /mnt/storage budy


I tried the
Code:
fuser
command from here, but then all my mounts are gone. When i mount them manually back with
Code:
mkdir /mnt/storage + mount /dev/storage /mnt/storage
everything is fine again...till the next reboot!

Here is my etc/fstab:

Quote:
/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda6 / reiserfs noatime 0 1
/dev/hda5 none swap sw 0 0
/dev/ipod /mnt/ipod vfat async,noatime,nodev,nosuid,user,rw 0 0
/dev/storage /mnt/storage ext3 async,noatime,nodev,nosuid,user,rw 0 0
proc /proc proc defaults 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0



What can i do? I need my backup files!



P.S..: Also tried the noapic command but without success!
Back to top
View user's profile Send private message
thwint
n00b
n00b


Joined: 15 May 2003
Posts: 53
Location: Biel, Switzerland

PostPosted: Fri Jun 23, 2006 6:46 am    Post subject: Reply with quote

I don't have an ipod, but some other external usb devices. I use udev and submount for these devices.

My entry in fstab for my Zen Nano Plus:
Code:

/dev/zen1       /mnt/zen        subfs           defaults,user,gid=100,umask=007 0 0


For this to work you need to emerge sys-fs/submount.

This creates a kernel module which you should ensure that it is loaded at boot time. On my system it works very well. Whenever I plug in one of my usb devices they're automatically mounted to the directory I want.
_________________
Cheers,
Tom
Back to top
View user's profile Send private message
PaddyW
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2006
Posts: 113
Location: germany/nrw/neuss

PostPosted: Fri Jun 23, 2006 11:41 am    Post subject: Reply with quote

Thanks for the answer, i will try it out and let you know!
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Fri Jun 23, 2006 2:43 pm    Post subject: Reply with quote

out of interest, on mine, when I insert a usb stick, or flash drive, it also responds with placing the icon also comes up on the desktop,
with the popup type window offering to open it or do nothing. The submount package is not installed.

I experimented with this some time ago.
Remembering the usb stick has 2 memory portions the fstab entry is

Code:


/dev/sda                /media/usbdisk1         vfat    user,exec,noauto,utf8,noatime,sync,managed 0 0
/dev/sdb                /media/usbdisk          vfat    user,exec,noauto,utf8,noatime,sync,managed 0 0



It is perhaps another route to the same place.
_________________
idella4@aus
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum