OpenSUSE Network :: Nfs Doesn't Mount At Boot
Aug 17, 2010
I use a RAIDON unit (SL3610/3620-2S-LB2 - set up with RAID1 and NFS) as a file server and want it to mount at boot. My /etc/fstab entry is
10.10.10.2:/mnt/md1/ulimnt /home/uli/ulimnt nfs rw,hard,intr 0 0
But the system does not mount at boot. SO after the system booted up the command (as root) mount -t nfs 10.10.10.2:/mnt/md1/ulimnt /home/uli/ulimnt mounts the system without problems Of course I can add a login script - but why does it not work at boot System is opensuse 11.0 - network with if up
View 6 Replies
ADVERTISEMENT
Apr 29, 2010
I've tried to get an opensuse box I have to share a directory via NFS. I've failed each time, but I thought that the third time, I'd enlist some help from the forums, if I could. how do I know that the nfs server and not the client is the problem? Short answer is: I don't! That's why nfs (and many netwrk problems) are laborious, you're troubleshooting needs to take place at both source and desitination. Next question, what do I have set up so far? Well, I did download the nfs server kernel stuff (two months back) and /etc/init.d/nfsserver start seems to get set up OK. No errors and the daemons nfsd, idmapd, mountd area all running. So, I *think* that part is OK. I have the share set up properly in /etc/exportfs and have "exportfs -r" it.
OK, now onto the trickier stuff: the client and iptables. On the client pinging to the nfserver box is perfect, and I have rpcbind running. the reported error is "mount.nfs: mount system call failed" though from experience nfs errors don't mean a whole lot.However, I will go off and check now and see if I need a mountd running on client-side too.Then there's iptables .... ouch, that could be a long and painful trek. I don't see any specific ports being blocked, and it's the iptables that the default v11.2 opensuse came with. I did turn them off and the problem was the same, so whether wishfl thinking or not, I'm hoping it's not an iptables issue.
View 9 Replies
View Related
Sep 25, 2010
I have the following problem: There are three NFS mounts in /etc/fstab, which are automatically mounted. The network connection runs over NetworkManager. Since NWM brings up the network asynchronously, NFS doesn't mount correctly on the first try, but is loaded soon enough since mount automatically retries until it works.
I can live with the fact that I have an error in my boot messages, since everything is up in time for the user. But, I need a (selfmade) upstart script which depends on the NFS mount being up. Even using "remote-filesystems" as the trigger doesn't help, because the trigger is apparently sent after the first failed try (I checked with cat /proc/mounts in my script, the nfs mounts are clearly not up.) Can I somehow force the remote mounts to wait until NWM is up, or make the NFS mount emit an event when the mounts really get mounted?
View 6 Replies
View Related
Apr 16, 2011
Acer Aspire One Netbook 532h
Ubuntu 10.10
USB pendrive doesn't mount unless in USB slot prior to boot.
View 2 Replies
View Related
Jul 29, 2010
I am using a fully up to date openSUSE 11.3 and today, I decided to upgrade my KDE 4.4.4 to Factory. The update went without a hitch, everything continued to work, including all of the items in my workspace.So now I am running KDE 4.4.95 and it looks nice. I like the new System Settings where the advanced tab is gone and everything is presented in a single window.
The only snag I have hit so far, is that Knetworkmanager no longer displays the network that I am connected to when I right click its icon in the tray. The screenshot may make clear what I am talking about.I am currently connected via a wireless network, which nm-tool confirms. However, it is not shown in the Knetworkmanager menu.
View 2 Replies
View Related
Jan 16, 2010
I am relatively new at Linux and am having some problems with an install of openSUSE 11.2. I installed 11.2 on my Thinkpad X31 dual boot with WinXP. It seems to work very well except the network. I looked up swerdna's instructions on setting network cards up. I used YaST to try and set the system up as described in swerdna's instructions. Everything looks fine my network card and wireless card show up in the overview settings screen and everything sets up fine. But when I exit YaST the network doest show up no icon in the system tray and it doesn't even try to connect.
I did go into hardware to see if it was identifying my hardware and my network card shows up as "Thinkpad R40" and the wireless shows up as Cisco Aironet Wireless 802.11b. As far as I know this is correct. I have tried three other distro's and this one has gotten the closest to working so far.
View 8 Replies
View Related
Feb 7, 2010
My software RAID setup is as follows.
/dev/md0 (made from sda1 and sdb1) RAID1 /boot partition
/dev/md1 (made from sda2, sdb2, and sdc2) RAID5 / partition
Earlier on I had some trouble with my sda drive, it dropped itself from both arrays, screwing up the mirroring of my two raid partitions participating in the /boot partition. I eventually got everything sorted out and back in sync. (I also have grub installed to MBR on both sda and sdb). Things are working fine regarding that, but since then I've had this issue:
During boot up, I'll get an error message that it could not mount my /boot partition (when fstab is set to either /dev/md0 or the UUID). It claims c9ab814c-47ea-492d-a3be-1eaa88d53477 does not exist!
My fstab:
Code:
[mark@mark-box ~]$ cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Wed Jan 20 16:34:41 2010
[code]....
As far as I know, it isn't neccessary for /boot to be mounted always, correct? Although, as I understand, I need to have it mounted whenever making kernel changes correct?
View 2 Replies
View Related
Aug 31, 2010
I have a hard time mounting two external drives on my Suse 11.3. When I use the device notifier gadget both drives get mounted in /media/<drive name>, the vfat drive is read-only though. However, I would like to mount both drives under /<drive name> in separate directories and rw. I looked at the devices in /dev/ and entered the device name to fstab, set the mount point, file system (vfat, and ntfs-3g) and set 'rw,noauto,exec,user,sync 0 0'.
This way I could mount my vfat drive read-only under /<drive name>, but not the ntfs one. After a reboot i noticed that the external drives get different IDs in /dev. E.g. what I had in my fstab under /dev/sdc1 got /dev/sdf1, and /dev/sdc was unknown. I am doing something wrong here, what worked in 11.0 does not seem to work here.
[code]...
View 2 Replies
View Related
Sep 15, 2010
I recently upgraded to Gnome 2.30 and now usb drives don't auto-mount and show-up in Nautilus as a device.
I can mount the drive manually, but it would be nice if this happened automatically when I plugged it in.
View 9 Replies
View Related
Dec 16, 2009
When logged in as my normal userid to OpenSuse 11.2, I cannot get Banshee to recognize my Creative Zen MP3 player. The player does appear as a device on the desktop and I can access files on the player through that icon, but cannot get Banshee to recognize it so it can be managed in Banshee.If however, I log on as root, Banshee recognizes the device without a problem.
The log file in ~/.config/banshee-1 shows the following:
libusb couldn't open USB device /dev/bus/usb/001/004: Permission denied.
libusb requires write access to USB device nodes.
[code]....
View 9 Replies
View Related
Aug 28, 2010
After update to 11.3 system mounts my player How i can disable this feature?
View 3 Replies
View Related
Aug 24, 2010
I am using opensuse11.2 but noticed that I am unable to view the contents of the cd once it is inserted. Checked the contents of mnt directory as well as the media directory but they do not contain anything. I would like to know how to view the contents of the cd once it is inserted. Also i would like to know how to erase the contents of a rewritable dvd once it is inserted into the tray. Is it build into the OS that we can erase the contents of the cd once it is inserted. Please help me as to how I can view the contents of the cd once it is inserted and also how i can erase the contents of a rewritable cd once it is inserted and mounted.
View 2 Replies
View Related
Feb 14, 2010
I turn back to openSUSE and install it in my machine (win7 installed first),but i can't boot from win7. openSUSE doesn't boot from win7 (like ubuntu) and i can't see ntfs win7 partition from openSUSE. Why openSUSE is so complicated about dual booting
View 4 Replies
View Related
Jan 31, 2010
I got the serious problem after update my opensuse 11.2, after update the message appeared and said restart my machine to updates take effect and after restart system doesn't boot GUI workspace it boot into text like space named "Emerald - Kernel 2.6.31.8.0.1 - desktop (tty1)".What can I do to boot my machine into GUI again?
View 4 Replies
View Related
Jan 30, 2010
I'm trying to mount my NAS device via NFS with suse 11.1, but up to now it failed. The NAS does support NFS, but it requires a UID and a user name and up to now I could not figure out the correct nfs mount options for that.
If I just make mount 192.168.0.2:/nas1 /mnt a get the error message "mount.nfs: access denied by server while mounting 192.168.0.2:/nas1". So can somebody please tell me the correct options for user name and user id which the mount should use. And, preferable the correct entry for the etc/fstab file to make this mount being executed automatically during startup. I studied the mount(8) and nfs manpages several times, but I do still have no idea how to make it.
View 9 Replies
View Related
Oct 20, 2010
I am running OpenSuSE 11.3. I cannot mount an export from a Redhat 9 NFS server.I am able to mount the export from RHEL5, Ubuntu, Fedora, Solaris but not OpenSuSE 11.3. This is the command I use from a Ubuntu Karmic box.
mount server:/exportdir /mnt -o vers=3,proto=udp
As I said it works from many other distros, but not sure why no go on this one. Can anyone explain this? Should I submit a bug? I noticed portmap is not used anymore and am wondering if thatmay have anything to do with it. The rpcbind is supposed to handle this from what I read..not sure if this is accurate.
View 4 Replies
View Related
Jan 12, 2011
I've just upgraded to 11.3 (64 bit) and the nfs client does not quite work. I have 3 mounts I try to make, and 2 out of 3 work. The third seems to mount, but shows an empty directory. There are no errors in /var/log/messages on the 11.3 client or the server. The only difference between the 3 mounts that I can see is that the failing mount is of an xfs system. The other two happen to be ext3. Is that visible to the nfs client? Or is that a red herring? I can still mount all 3 just fine from my other opensuse 11.2 systems.
For info, the server is running opensuse 10.3...
Code:
nas:~ # uname -a
Linux nas 2.6.22.19-0.2-default #1 SMP 2008-12-18 10:17:03 +0100 i686 athlon i386 GNU/Linux
View 5 Replies
View Related
Mar 17, 2011
I am using OpenSuse 11.4 (64 bits) with KDE on my PC. I have another PC running with Windows Vista. Both are connected to an Internet box (hub), the OpenSuse one by RJ45 link and the Vista one by Wifi. I would like to share files between them with Samba but I do not succeed in... I have followed this note: How To Samba With openSUSE 11.2 and Windows. I do exactly what is written (except under YaST -> System Services (Runlevel), there is no smbfs service). I also added my user login typing ">smbpasswd -aen my_user_name" in a su terminal. Under YaST -> AppArmor configuration panel, I set nmbd and smbd to "Complain": now, on [URL]... smbd, nmbd and winbindd are running. But on Vista, the OpenSuse PC does not appear on the network.
View 5 Replies
View Related
Aug 1, 2010
been searching google and forums for about 5 hours now, and can't figure this one out, I have a server running opensuse 11.2 sharing various NFS directories, I have one laptop that is running 11.2 and I have no problem getting my NFS shares from the server.On my other laptop that is running 11.3, I had the shares working at one point, but changed things around and added a new HD to the server, now I can NOT get this thing to work, I have tried everything I could find to read on it. Started and stopped the NFS server and exportfs -a, and checked /var/logs/messages on server and nothing about this laptop (192.168.0.102 suse 11.3) trying to connect.On this laptop, I have deleted all the shares, and tried to re-add them but still get this error everytime.on server /etc/export:
/home/kryptic/ *(rw,no_subtree_check,sync)
/backup/Media/ *(rw,no_subtree_check,sync)
/backup/Dales_Backup/ *(fsid=0,crossmnt,ro,root_squash,sync,no_subtree_check)
[code]...
View 9 Replies
View Related
Oct 3, 2010
NCP Mount worked fine in Open Suse 11.2, but fails in 11.3
Using the same script, but after upgrade I just get this error...
ncpmount: No such device in mount(2)
View 4 Replies
View Related
Feb 25, 2011
How can I mount a webdav location to my 11.3 pc at home so I can access the same files that I do via my ipad while I am on the move.
I have an mobile-me account therefore I use idisk.
I would like idisk mounted so it appears as a folder on my desktop at home, so I can edit the same documents without having to upload and download using a web browser.
is this possible?
the idisk url is https://idisk.me.com/YourMemberName/
View 3 Replies
View Related
Sep 11, 2011
I am completely new to Linux and picking things up slowly. I have a question about mounting my NAS NV+. When I mount it, i use the following commands when logged on as user "matt":
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Matts /home/matt/GRUMPY/Matts
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Torrents /home/matt/GRUMPY/Torrents
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Media /home/matt/GRUMPY/Media
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Programs /home/matt/GRUMPY/Programs
GRUMPY is the name of my NAS by the way! It mounts properly, BUT i cannot delete or rename files, so basically the user "matt" has read only privileges, and root has ownership of the mount. How do I go about mounting these so that user "matt" has RW privileges?
When I log on as root user and mount them, I can read and write as required, so this has led me to believe that my problem lies in my permissions for matt when mounting them... I posted on the netgear forum and was asked to try and mount using the following command:
[Code]....
View 9 Replies
View Related
Aug 20, 2009
I used command as followings. nothing special. mount -t cifs //192.168.55.53/windows$/Home /mnt/ -o user=username%password It works well after mounted. But mounting itself takes 1-2 minutes terribly. After mounted successfully, file transfer speed looks to be normal.
View 9 Replies
View Related
Jan 2, 2010
I have a Thecus NAS with nfs support running. Now I switched from OpenSUSE 10 to 11.2 on the client side and aren't able to mount my nfs shares. With SuSe 10.0 I didn't have any problems.
The /etc/exports:
/raid/home_nas1 192.168.0.24/31(rw,no_root_squash,sync,anonuid=99,anongid=99,no_subtree_check)
/raid/soundandmore 192.168.0.24/31(rw,no_root_squash,sync,anonuid=99,anongid=99,no_subtree_check)
On the client side I'm able to see the shares:
showmount -e nas1
Export list for nas1:
/raid/home_nas1 192.168.0.24/31
/raid/soundandmore 192.168.0.24/31
The client address:
inet addr:192.168.0.27
I'm using nfs-3:
mount -t nfs nas1:/raid/soundandmore/mnt
mount.nfs: access denied by server while mounting nas1:/raid/soundandmore
View 9 Replies
View Related
Jan 17, 2010
I am getting this error when trying to mount my client on the directory I exported in Yast2 NFS Server
View 9 Replies
View Related
Jan 18, 2010
I'm using openSuse 11.2 and testing one of my HA (High Available) solution for my product requires NAS to be HARD,INTERRUPTIBLE MOUNT rather than SOFT mount. how should I perform a HARD,INTERRUPTIBLE MOUNT in openSuse 11.2?
View 3 Replies
View Related
Oct 20, 2010
I am using OpenSuSE 11.3 (64 bit) and am trying to force my new server use NFSv4. Later, GSSAPI, sould be added, but for beginning, I want to configure without it for now. If I try using NFSv3, this works good, but I need NFSv4. I have exported my directory:
Code:
omega:/ # cat /etc/exports
/distrib *(ro,no_root_squash,sync,no_subtree_check)
After mount attempt I have a error:
Code:
omega:/ # exportfs -var
[Code]...
View 4 Replies
View Related
Apr 5, 2011
i have a suse 11.3 machine and i cannot set it to be a NFS server that is i cannot mount a directory of this machine on another one running as well a 11.3 while i can mount without problem a directory from 10.0.i do not know where to start as the NFS server option seems to have vanished from YAST.
View 5 Replies
View Related
Aug 31, 2011
I've recently added a new hard disk and due to mother board controllers this new hard disk is known as sda.Before that my boot partition was /dev/sda3 and know this changed to sdb3.Whenever grub menu appears and I choose opensuse,it can't find /dev/sda3 .It seems that I should edit menu.lst or change boot loader parameter.something like root (hd1,2).But I don't how I can do this with opensuse boot loader.Though I could do this with CentOS easily.
View 7 Replies
View Related
Jan 19, 2010
For about the past month I have been having a very frustrating problem When I boot the system with the ethernet cable attached it acts as if the cable is unplugged even though the connection light is litWhen I boot the system with the ethernet cable disconnected and wait until it boots all the way to gnome and then plug in the cable everything works fine
View 1 Replies
View Related