OpenSUSE Install :: Mounting Network-shared Drives Fails When Upgrading To 11.4
Mar 14, 2011
I have a D-Link DNS-323 network drive which mounts at multiple points to my filesystem when booting. I had to make some fstab changes when I upgraded from 11.2->11.3 last year, and now the same thing seems to be happening since I've upgraded to 11.4. When I login to my profile the desktop hangs and no icons appear. I cannot open a Nautilus window, or access ALT-F2, however just about every other program works fine. Since I disabled the fstab lines (slightly modified when copied here to generalize):
Code:
#//192.168.123.xxx/SHARED-FOLDER1/User-folder /home/user/Documents cifs guest,_netdev,uid=user,gid=users
#//192.168.123.xxx/SHARED-FOLDER2 /home/user/SHARED-FOLDER2 cifs credentials=/home/user/.scripts/.creds,_netdev,uid=user,gid=users 0 0
the desktop icons load and Nautilus works. Can I adjust my fstab syntax to correct this and get my network drives back? I think last year the issue was in referencing the ".creds" file...
View 4 Replies
ADVERTISEMENT
Jul 24, 2011
I just upgraded from SuSE 11.3 to 11.4. For some reason, I can no longer access my shared drive from any other home computer. I can get out to the internet. I can ping other PCs on the network. Other PCs can ping me. My router sees all computers, and has assigned IP addresses dynamically. I have a shared folder, exported as an NFS mount point, that used to work! I've tried setting up Samba shares. Nothing! I disabled the local firewall, as my router already has a firewall running. Nothing! Nothing I've tried seems to work. I can not see that NFS mount point from any of my windows PCs. (I only have the one Linux server running, so I can't say whether another Linux box would see it or not!)
View 9 Replies
View Related
Jul 26, 2011
I mount the shared drives (on a Windows Server 2003) and I can access them from my home directory. Everything is mostly fine. But I also get desktop icons for the shared drives, which I don't like since I prefer a bare desktop. Sometimes I have deleted desktop icons from /usr/share/dist/... but these are not there.
View 1 Replies
View Related
Jan 19, 2010
Is there are fundamental difference in using NFSv4 instead of NFS while mounting drives?What advantages NFSv4 has versus NFS mounting?
View 1 Replies
View Related
Sep 3, 2010
I upgraded opensuse to its latest version. After the upgrade I can not any more mount my remote folder.I contacted network administrator and informed that there was no change in the network operation.
View 9 Replies
View Related
Mar 11, 2011
Maybe this is the wrong place to ask, but I'm trying to install opensuse 11.4 (64-bit) in virtual box, the installation went smoothly (no visible error messages). But the boot seem to get stuck. If anyone has got an idea what it could be, it would mean a lot. These are the last prints in the log before it gets stuck:
INIT: version 2.88 booting
System Boot Control: Running /etc/init.d/boot
mounting mandatory file systems done
View 2 Replies
View Related
Jan 27, 2010
So, it took me a few years to come back to Linux. Had used it MANY years ago, and have been meaning to revisit it for some time now and finally have. Tried a couple other OSs that were just, frankly, garbage. But, not Ubuntu! So far, I haven't had any of the issues I've seen posted here. I decided to use my worst system as a test environment - an old Jetta Jetbook 9450. Loaded up with no problems, most noted none of the "searching for drivers" issue that I ran into with other OSs! All that being said, I do have one question - how do I get the laptop to join my network so that I can view my shared drives? In Windows, it's simply change WORKGROUP to my network name. Been flipping through the options, and I'm sure I may have overlooked it.
View 3 Replies
View Related
Jan 27, 2010
I recently built a small Intel Atom 330 based server for my home. I'm using the Vortexbox Fedora-based OS to run the server (primarily used as a media server). So far everything is working great. In addition to my media server, I've got a DLink DNS-321 NAS. I would like to setup a scheduled, incremental backup of my main server to the DLink NAS. I understand rsync is an excellent option, and am willing to undertake the task of setting it up on my server, but I am uncertain how to make it all happen with the DLink NAS. The NAS is very barebones, and I don't know if I can even install rsync on it. I don't even know if I can get to any kind of command line on the NAS box. 1. Can I mount the NAS drive on my main Linux server and then just run rsync on the server?
View 7 Replies
View Related
Oct 24, 2010
I have a few hard drives that I connect to my system with an usb to ide cord. some of the drives mount right away but some others don't below example.
Oct 24 11:10:04 linux-b21t kernel: usb 1-3: new high speed USB device using ehci_hcd and address 14
Oct 24 11:10:04 linux-b21t kernel: usb 1-3: configuration #1 chosen from 1 choice
Oct 24 11:10:04 linux-b21t kernel: scsi15 : SCSI emulation for USB Mass Storage devices
Oct 24 11:10:04 linux-b21t kernel: usb-storage: device found at 14
[Code]...
View 4 Replies
View Related
May 24, 2011
I just made a fresh install of OpenSUSE 11.4-Tumbleweed and have the latest updates. However fstab lines I've used in the past are not working.
Here's an example of two:
//IPADDRESS/share /home/user/mount cifs credentials=/home/user/.scripts/.creds,_netdev,uid=client_user,gid=users 0 0
//IPADDRESS/share /home/user/mount cifs guest,_netdev,uid=client_user,gid=users
I can execute a command
Code:
sudo mount /home/user/mount and it works, but I'm wanting all my fstab lines to automount at boot as on other machines.
View 5 Replies
View Related
Mar 13, 2011
I was using 11.3, everything worked fine Upgraded to 11.4, now no drives will automount. As a result applications like Nero and K3B cannot find my DVD drive. I can access the drives from an application like VLC where I can enter the device path /dev/dvd
Dmesg and tail -f /var/log/messages output the following error:
118.604577] udisks-daemon[6574]: segfault at 18 ip 00007f5597c6b990 sp 00007fffd2e65470 error 4 in libdbus-glib-1.so.2[7f5597c60000+20000]
[ 118.757166] udisks-daemon[6580]: segfault at 18 ip 00007f557b302990 sp
[Code]....
I suspect there is a bug or incompatablitiy with HAL/dbus/udisks but I cannot track it down.
View 9 Replies
View Related
Aug 4, 2010
OpenSuse 11.2 64bit When I select a hard drive in Dolphin file manager it asks for the root password. I would like to gain easier access to the drives. The Yast Partition Manager lists all of the drives and has a dialog box to change this i.e. user can mount the drive. Can we change this feature on the run, while the system is running ? The Fstab file is not listing all of the drives, so I cannot just edit the config here.
View 4 Replies
View Related
Aug 10, 2010
Is there a way that I can get Dolphin to mount partitions? When I try to, it gives me an error on the bottom of the window saying I don't have permission to. I also can't mount partitions in other programs like Amarok, because of the same issue.
Error Message:
An error occurred while accessing 'Windows 7', the system responded: org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freeDesktop.hal.storage.mount-fixed auth_admin_keep_always <-- (action, result)
View 6 Replies
View Related
Sep 11, 2010
my opensuse is not auto mounting USB drives anymore. It was working a few weeks ago! I have an external 500GB HDD and also an 16GB Kingston USB flash disk, both are not being auto mounted.If i do lsusb i get
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 006: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 2.0 Stick (4GB) / PNY Attache 4GB Stick
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[code]....
View 9 Replies
View Related
Oct 6, 2010
I recently applied a bunch of updates to my guest OS (Ubuntu) inside VirtualBox (NOTE: NOT updates to virtual box. Updates to the OS) and now on startup, I get the error:
"An error occurred while mounting /media/share. Press S to skip mounting or M for manual recovery"
I tried a fix which said to comment out the mounting in /etc/fstab and instead put it into rc.local, but this does not work.
Also, when I press "M" to try it manually and type:
mount.vboxsf -w mysharedfolder /media/share
I get the error:
mount.vboxsf: mounting failed with the error: No such device
But before I updated Ubuntu, that shared folder worked perfectly!
View 1 Replies
View Related
Dec 17, 2009
There is a question I cannot find answer to.Should hard drives be mounted in the computer's case hard (screwed to wall) or soft (suspended by means of rubber washers)? And the same question about DVD drive which vibrates far more than a hard drive.
View 6 Replies
View Related
Aug 15, 2010
I have installed Vbox on 2 systems running Opensuse 11.3 and both have experienced knetworkmanager failure. Knetworkmanager failed after a failed wake up from sleep mod, which also had been working perfectly until this failure. I am wondering if the vbox kernel modules could be causing this isssue. To temporarily fix the problem I am running my network connections through yast networks setting . (which uses the traditional ifup method and everything is working)
View 3 Replies
View Related
Aug 11, 2010
I am attempting a Network installation of openSuse 11.3 on an old desktop which has IBM Boot Manager so that I can boot to one of three OSs, openSuse being the third. Sadly the installation of openSuse fails before the CD initial boot has finished. Looking at the text log of the starting process the problem appears to be a driver and the last line of text where it stalls refers to eata driver.
There are 4 hard drives in the machine, configured as two RAID 1 arrays driven by a DPT 2144W hardware raid card. (Very old but very good). If I Google eata I get a good deal on SCSI raid and DPT cards but I am out of my depth when they say a kernel module is needed.
Another concern is that the RAID arrays are configured using a bootable DOS configuration disk and once this is done they are recognized by other OSs such as eCS and OS/2. The arrays are just treated as single drives so these OS installations do not interfere with the card configuration. I am concerned because I cannot afford to lose the data on the drives but it appears the linux driver might want to rebuild the arrays.
View 3 Replies
View Related
Oct 18, 2010
I suspect this is not new but I just can't find where it was treated. Maybe someone can give me a good lead.I just want to prevent certain users from accessing CD/DVD drives and all external drives. They should be able to mount their home directories and move around within the OS but they shouldn't be able to move data away from the PC. Any Clues?
View 2 Replies
View Related
Aug 25, 2010
I have an Intel MB (855GME with 6300ESB) that I'm having trouble installing OpenSUSE 11.1 onto the IDE drive. It will install to a SATA drive but for various reasons I need to install on IDE (PATA on 6300ESB). The install fails to find any ide drive (I know the drive/interface works because I can install XP on this same ide drive and boot from it). If I parse the dmesg output I see the message "ata_piix 0000:1f.1 device not available because of BAR 2 (0x0-0x7) collisions". I'm trying to determine if there's some workaround for this. I've tried various kernel parameters and no joy.
I've tried Ubuntu with similar results. Older kernels WILL install onto this same MB/PATA controller (Ubuntu 6.06, 2.6.15 and RHEL4) so it seems that something changed in the ATA driver as the kernel has matured and my bios isn't up to snuff for these pickier drivers.
View 2 Replies
View Related
Aug 24, 2010
I have an Intel MB (855GME with 6300ESB) that I'm having trouble installing Ubuntu 9.0.4 on. It will install to a SATA drive but for various reasons I need to install on IDE (PATA on 6300ESB). The install fails to find any ide drive (I know the drive/interface works because I can install XP on this same ide drive). If I boot Ubuntu from the DVD (on USB) and open a terminal window and parse the dmesg output I see the message "pata_acpi :xxx device not available because of BAR 2 collisions". I'm trying to determine if there's some workaround for this. I've tried various kernel parameters and no joy.
View 7 Replies
View Related
Jul 23, 2011
I tried to install suse 11.4 on the new gnome desktop 3. everything seems to work except the network manager. Is not present in the bar and I can not restore it. tried to reinstall network manager but to no avail.Does anyone know how I could solve this problem
View 1 Replies
View Related
May 14, 2010
I upgrade the system from 11.1 to 11.2 seems everything work fine, no error no warning, after a reboot the consol show : mount error while loading shared libraries: libvolume_id.so.1: Cannot open shared object file: No such file or directory. when I try to repair the system the repair tool cannot find the root partion,
View 1 Replies
View Related
Jan 15, 2010
I use Suse 11.2. I mounted 5 folders from fstab. 2 of them work but 3 do not. The 3 folders that do not work let me enter them, and they let me see everything. I can even create or delete a folder on them, if I am just browsing with konqueror. The problem is that I have a program that will not read them. It's a program made for my company and apparently it will only read folders that have all of their permissions set to read and write. The program will read the first two because their permissions are set to Owner, Group, and Others, can view and modify content. (The network folders are all windows server 2003 computers). The 3 folders the program will not read are set to Owner can view and modify content, but Group and Others are "can view content" If I try to change those permissions even in root, it tells me that access is denied.
View 9 Replies
View Related
Sep 7, 2010
I'm having a bit of a problem with drives connected by NFS and KDE4.4.4. The setup is that a server running oS11.2 and KDE4.4.4 gives access to it's shared drives via NFS to two laptops (one with 11.2 the other with 11.3, both running kde4.4.4) and a desktop PC (running oS11.3 KDE4.4.4). The clients have no problems accessing the shared drive on the server via NFS. The problem comes when the network goes down or the connection to the network is lost.
Any applications open at the time that are 'looking' at the shared drive just hang forcing me to kill the application. Dolphin is a classic example. Even after the network comes back up Dolphin will not start properly and just opens a blank window. Starting dolphin from a console reveals nothing and the console just drops back to the command line with no output. Logging out and back in doesn't help so it's something at system level.My question is how can I make this more robust and allow the system recover gracefully and without taking down the applications when the network is lost?
View 2 Replies
View Related
Sep 12, 2010
When I try to save a new or edited file via OO I get the following error
Error savind the document doc: /c/windows/doc.odt does not exist
I assume that it is a mounting error but due to my newbieness dont know how to confirm this. I see that I can not copy to the windows drives via Dolphin either.
View 7 Replies
View Related
May 16, 2011
So up until I updated from Opensuse 11.3 to 11.4, I hadn't any issues with my network connection. At least none worth mentioning. Once I installed 11.4, I've had weird issues with varying lengths of connection. Sometimes I can't connect anywhere, sometimes I can only get to the router, sometimes I'm 100%. I'd fiddle with YAST until everything worked. I honestly have no clue whether or not anything I did had any effect.
Enough of the iffy history, here's what's happening now. For the past few weeks up until last night, I have been at 100% connectivity. I never turned off my computer until last night (it just shut itself off, like the cord was unplugged. I dunno what happened, maybe it was my foot, maybe the PSU. I think it has happened before.). When I turned it back on, I was only able to connect as far as my router (192.168.1.1, a D-Link Gaming router that has always been very good to me). I could not make it to my modem (192.168.0.1, a Quest DSL modem. Once I can get here, then usually I'm good to go 100%).
I tried again this afternoon, and no change. I then get the crazy idea to unplug the ethernet cable from it's PCI-card home and return it to the onboard port (which I long ago declared defunct). Immediately after plugging it into that port, I ran "ping 192.168.0.1" and I started getting returns. I open up Firefox and try to load an external page, and nothing happens. I go back to the console that I was pinging from, and it had stopped. I start pinging my router, and no luck. What I conclude from my little experiment is that the router is not at fault.
1. It did not change at all between being at 100% and being at 0% after reboot.
2. I was able to get returns from the modem, past the router, for a brief period of time while using the defunct ethernet port.
Since I never had these problems before updating to 11.4, I'm inclined to believe that it was the update that started these problems.
View 9 Replies
View Related
Apr 2, 2011
Q: How can I allow my users to mount a cifs share without an entry in fstab in OpenSuse 11.4?
I have an answer myself. Until OpenSuse 11.2 I could mount my samba shares by making mount.cifs and umount.cifs setuid root. Today I installed OpenSuse 11.4. Unfortunately mount.cifs isn't anymore allowed to be setuid due to security concerns. Security is not an issue in my case, so I copied the mount.cifs and umount.cifs from 11.2 to make it work again:
1. Download cifs-mount-3.4.2-1.1.3.1.x86_64.rpm from this repository (I use 64 bit):
"http://download.opensuse.org/distribution/11.2/repo/oss/suse/x86_64/"
2. Extract the files mount.cifs and umount.cifs from the rpm and copy them to /sbin
3. Make them setuid root:
Code:
linux-y5qw:~ # chmod u+s /sbin/mount.cifs
linux-y5qw:~ # chmod u+s /sbin/umount.cifs
4. Mount your cifs shares as a normal user:
Code:
martin@linux-y5qw:~> /sbin/mount.cifs //192.168.2.2/data /home/martin/data/ -ousername=martin
Password:
View 1 Replies
View Related
Mar 24, 2010
Unfortunately I haven't been able to figure out yet how to share specific directories only, so I set up my Samba server to share users' home directories (which is not a security issue here since the only possible client is my other machine). My user's home directory contains a symlinked directory on another hard drive partition, which I had to explicitly share to be able to access it from the other machine. This setup has been working for months now, but for a reason that escapes me at the moment it stopped working today, presumably after samba got updated from 3.4.2-1.1.3.1 to 3.4.3-3.2.1.
The error message on the client (Windows XP/SP3) for this one above mentioned directory, and for this directory alone, is "Access denied"; I can access all other directories fine.
View 9 Replies
View Related
Apr 7, 2010
I want to print from my linux box to my win7 pc that has a shared printer. I have cups installed and tried to add pritner using samba, but was unsuccesful, gave me an error when trying to add. The guide i followed is: Yet another Linux to Windows printing tip -- Debian Admin The printer model is a dell 2330d laser printer, it is not in cups, so i added the ppd file i got off the dell support site. I am aware that there is a native suse driver, but i want to print to the windows printer.If possible I would like to know how to do this via command line instead of the GUI.
View 9 Replies
View Related