xubuntu question [linux]

sup guys!

i need your 'halp'! i use 'wicd' on xfce to manage my wireless connection(s) and since i use wicd my nfs server is not mounted when ubuntu starts up.

Quote by /bin/bash #mount/dev/sda6 on / type reiserfs (rw,notail)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.20-15-generic/volatile type tmpfs (rw)
/dev/sda1 on /boot type reiserfs (rw)
/dev/sda7 on /mnt/data type reiserfs (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
192.168.1.4:/mnt/md1/public on /mnt/nas/public type nfs (rw,rsize=8192,wsize=8192,addr=192.168.1.4)
192.168.1.4:/mnt/md1/kai on /mnt/nas/kai type nfs (rw,rsize=8192,wsize=8192,addr=192.168.1.4)


nfs server is mounted manualy!

Quote by /bin/bash #df -hDateisystem Größe Benut Verf Ben% Eingehängt auf
/dev/sda6 55G 3,3G 52G 6% /
varrun 502M 104K 502M 1% /var/run
varlock 502M 4,0K 502M 1% /var/lock
procbususb 502M 132K 502M 1% /proc/bus/usb
udev 502M 132K 502M 1% /dev
devshm 502M 0 502M 0% /dev/shm
lrm 502M 39M 464M 8% /lib/modules/2.6.20-15-generic/volatile
/dev/sda1 95M 42M 53M 45% /boot
/dev/sda7 55G 15G 41G 28% /mnt/data
192.168.1.4:/mnt/md1/public 229G 16G 202G 8% /mnt/nas/public
192.168.1.4:/mnt/md1/kai 229G 16G 202G 8% /mnt/nas/kai


is there a script, or anything else, where i can add the 'mount' command to get it nfs server mounted into '/mnt/nas/' when eth1 gets connected?

thanks for you help!
Comments
6
gl mate <3
gl
chainbreaking ftw
ask chaplja
Im guessing you have tried the ubuntuforum.org already? And am just guessing, but this place isn't the best place to ask for linux help... Im new to linux (too?) ;)
maybe check /etc/fstab
r u using dev or udev ?
without havin had a look at the details i would suggest adding the mount command to the script bringin up ur wifi, maybe after a lil "wait" sequence.
also u could have a look at automount, which would mount ur nfs-share when the user enters the directory (or logs in).
werent there also some pre- n postconnection scripts u can enter in ur ifup- n ifdown-scripts? (soz, after enough stress in work today im 2 lazy to look it up)
Back to top