OpenSUSE Install :: Mounting Samba Partition After Upgrading
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.
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):
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...
The default partition manager which OpenSUSE DVD 11.4 uses (Expert Partitioner) is not creating any logic partition with / mount because another system is already using it, is there anyway to fix this?
I know I said I wouldn't do anything that could possibly do anything bad to the drive until I receive my external hard drive. I just didn't expect that upgrading from 11.2 to 11.3 via zypper dup has the potential to do that.
First, the problem: The most important partition of my computer containing all the irreplaceable stuff (images) which I had apparently only partially backed up was corrupted after I upgraded from 11.2 to 11.3.
On my computer, there are 2 drives. sda was the one that had Windows. sdb had an NTFS partition and a few smaller partitions which I used for openSUSE. After doing quite a bit of searching on upgrades corrupting partitions, I didn't find anything about it doing what I feared which was corrupting the NTFS so I went ahead and upgraded.
The upgrade went along smoothly. No problems that I could tell. The only weird thing was that the window borders disappeared near the end but I assumed that was supposed to happen. And then I restarted. First thing I noticed was that the background was blue instead of the image I had set (which happened to be on the NTFS partition). I didn't think much of it at the time figuring it was just a quirk in the upgrade process. I went ahead and decided to reset the background to what it was. And then I realized that the NTFS partition was missing -- it wasn't mounted or visible at all. That was when I started to panic a bit.
I opened up Yast partitioner and everything looked fine except that NTFS partition in question had a little * by it. I went ahead and reset its mount point only to receive an error saying that the filesystem in question doesn't exist. And sda became sdb and sdb became sda if that changes anything.
I went into Windows expecting for it to do a CHKDISK on bootup for the drive (D: ) but none of that happened. Hoping that everything was fine, I went in and tried to access it only be given an error along the lines of "The drive in D: is not formatted. Do you want to format it?" Of course, I said no but that was when I realized that this was no partition table problem like last time.
I tried restarting but Windows froze and refused to do so for several minutes so forced the computer to shutdown and loaded my copy of GParted LiveCD. It showed a 30GB unrecognized partition, another 30MB one and some unallocated space. TestDisk fixed that. (so it turns out, there was a partition table issue) What was left was what looked OK except the one partition on sda (the original sdb) that I could not afford to lose had an error.
I can't remember the exact error but it said something like "Are you trying to use a disk as a partition? Are you trying to use /dev/sda as /dev/sda1 or vice versa?" That was either in the error message or in the message I got when I tried to check the disk.
Still trying to get Windows to check the disk, I tried booting from the new sda into Windows. What I got was the Dell Utility program. It said no mouse detected and I couldn't do anything so I shut it down.
I tried going back into Windows the normal way and got the Dell Utility. I figured that this was an MBR problem after I went back into openSUSE with the new sdb still reading perfectly. Although I couldn't manage to restore the MBR so I can't log into Windows. But the other issue is far more important.
I'm upgrading to 11.3 (from 11.2) and will be keeping my current home partition. Will this keep my browser favorites? Also, I read somewhere that in order for things to work properly after upgrading (without reformatting my /home partition) that I would have to keep the same username AND user UID...? Is that true? How do I make sure I have the same UID if so...?
I purposely set up a seperate home partition so that when I changed distro's or upgraded I would still have my files, and some settings intact. (I switched distros a lot when I first started using Linux.) I set up a "bin" folder (in home folder) that had a couple of programs I had downloaded to keep from having to set up and configure everything all over again every time I felt like changing distro's as well.
I have got a Acer Aspire 9300 which came with one of Bill Gates unreliable operating systems and a recovery partition in case something goes wrong. I surely installed linux (now on opensuse 11.4) as quickly as possible. mounting this hidden recovery partition under linux? All I can see is this from "fdisk -l"printout:
Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x34fe34fd [Code]....
I assume that the partition in question is between blocks 0 and 2047?
I'm having some problems with a hosted openSUSE 11.2 server. It was running fine until I did a "zypper up" to apply patches. This included a kernel update.
On reboot the root partition does not mount the / partition giving the following error:
Unrecognized mount option "defaults.noatime", or missing value mount: wrong fs type, bad option, bad superblock on /dev/md2.
Through an Ubuntu rescue disk (this is what Hetzner provides) the disk can be mounted without problems.
( I installed a fresh openSUSE 11.2 with a similar configuration and got the same results after the update)
The server is a hosted installation from Hetzner in Germany with just the basics for LAMP setup.
The disk setup is as follows using software raid1: swap /dev/md0 (/dev/sda1 /dev/sdb1) /boot /dev/md1 (/dev/sda2 /dev/sdb2) / /dev/md2 (/dev/sda3 /dev/sdb3)
I would like to ask you if there is a robust way to mount as a drive a ext4 partition inside windows 7 and if it is possible to use it also to storing window's 7 data.
Am in the process of upgrading from an ancient OpenSuSE release (7.2) to 11.2. One thing I have been unable to do that worked fine under 7.2 is remotely mounting a compact flash drive from an XP machine. Worked fine for many moons on 7.2:
# mount -t cifs -o rw //xpbox/'cf (H)' /cf0 I get: mount error(12): Cannot allocate memory Other cifs mounts of hard disks work fine.
I found a posting that says this means the memory allocation error is from the XP side. It says to fiddle with the XP registry, specifically IRPStackSize. I was not confident this fix would work since there should not be anything significantly more consuming with 11.2 compared to 7.2, and indeed, I got the same error after changing the parameter to 18 and rebooting the XP machine. Any ideas? I have some suspicion that the space and parenthesis in the share name might be fouling up someone. XP forces the share name to this for some reason.
What must be done to mount an ext3 partition that's on another computer which is connected via utp crossover cable? I can't seem to figure this one out, though I've read somewhere that it can be done, and I'd like to know how.
I am currently using opensuse 11.0 and want to upgrade to 11.4. Is it possible to do this through Yast? Upgrading across major releases (10.0 -> 11.0) mandated a reinstall. I hope that's not the case for 11.0 -> 11.4. Can I just set the URL in Yast and upgrade? I don't want to end up in a broken state. I noticed that the support for 11.0 is dropped (the download URL is gone). So I am kind of forced to upgrade now ( I was thinking about it for a while but never got around to doing it).
I'm currently running OpenSuse 11.4 x64 with KDE 4.6.5. I'm experiencing some issues with the NetworkManager so I was wondering if anyone tried to upgrade to 4.7 before I give it a shot? Is everything working well?
Just installed 11.3 on my computer, however when I connect an external NTFS harddisk I receive an error message. When I open dolphin to connect to an internal NTFS partition I receive the message:
I have Opensuse 11.1 working perfectly. Is it worth risking screwing up the Grub bootloader or other issues for this upgrade? What are the benefits. Is Zypper the best way to update before doing a live Network upgrade? I think the worst problem I had going from Opensuse 11.0 to 11.1 was that I needed to boot with supergrub to edit and fix the bootloader manually. And also reinstall Samba. Which was better than the 10.3 to 11.0 where I had to scrap the entire install.It also says in the tutorial switching the repositories to oss in the example.but I currently have all pacman repositories. I can barely remember them cause I only switched them all to pacman once based on another suggestion in a post I read. I just need a good backup plan if something goes wrong. Where can I get the best tutorial for the upgrade step by step.
I own a server from 2006, I don't want to change OS on my server. How much difficult can be upgrading to the last version of openSuSE? I don't have physical access to the server, since it's a virtual server, so I think I would have to upgrade with NFS. I don't even have a GUI (well, I actually use YaST to configure everything via shell, so it's a sort of gui) and, the most important thing, I run PLESK on my server. I need to have Plesk for the administration of my customers and domains but in this upgrade I can't lose any data, from the database (MYSql) to the ones in the web folders. In other words, I need to upgrade from SuSE Linux 10.0 to OpenSUSE 11.2 without lossing any data. I am upgrading because I need the latest version of PHP, Apache and MYSql, and for security reasons too.
I'm currently having troubles upgrading my 11.1 system. My SuSE running 11.3 had crashed, and when I tried to reinstall it I couldn't find the cd. I only have a 11.1 distro cd, in which I had installed. I want to upgrade to 11.2 since that should be the easiest, from then I think i can figure out how to upgrade from 11.4. I currently do not have any cd's or a usb flash drive to mount the iso image onto. I've read through the wiki looking for a solution, but even with updating my repos i still haven't found the answer.
how to upgrade from 11.1 to 11.2 without a cd or usb stick.
I have always paid for new versions of SuSE, but I have just picked up 11.4 Open on a "Linux Format" magazine. Thought I might try it. Can I "upgrade" from a full-paid-for SuSE 11.1 to Open 11.4? And What are the effects? e.g. Do I lose any software? Am I likely to lose my e-mail (KMail)?I read in the forums that people have had trouble with devices (memory stick, hard drives)and with booting. Having used 11.1 for so long I have forgotten all of the "configuration" changes I have made over the years. PS: All 64 bit.
Thinking of installing openSuSE on my laptop and wondering how the upgrade process is. I know 12.1 is coming out in only a couple of months. I don't really want to spend all my time customizing 11.4 and then find out a straight upgrade is very buggy or even not possible and have to reinstall.
I have a dual-boot setup with winXP and openSUSE 11.2. I have both XP and SUSE partitions on a 160g HDD and then a Hardware RAID 1 array of 2 320g HDDs. The RAID arrray contains all my media/data files on an NTFS partition. For some reason SUSE shows both individual 320g disks mounted in the file system, but not the RAID array. If I attempt to browse either of the disks, I get an error and can't view them. How do I mount the RAID NTFS partition?
I have come across the following statement: " When a FAT32 partition is mounted at '/media/windows', all access to '/media/windows' and everything below it is transparently handled by the Linux kernel using the 'vfat' module. Applications need not know they're dealing with anything else. However, mounting a partition at a location inside of another mounted partition is unpredictable, unstable, and generally a bad idea. "
Is it correct? Most of my partitions are mounted on /home, which is on a separate partition; and I have one "level 3" partition. I have been using Ubuntu for nearly three years so far with no problems (except for /home losing it's format once).
how to upgrade KDE to KDE4 4.3.5 after installing suse 11.2 I have searched for a single download link for the upgrade, but I cannot find it.My goal is to obtain the upgrade, which comes with a newer version of networkmanager.
I use Factory repositories of KDE4 and there are new releases almost every day in that repository. Although I believe that there are useful updates in the packages, I don't think they are really that crucial that I should update them every day.
When I do update, I usually use graphical frontend and select from menu: Packages >> All Packages >> Update if newer version available. That includes all the updates available either for the program or the package.
I'd really like to be able to sort out these packages that have updates for the programs available. Is there any way to do it?
I am trying to update two 64-bit PCs from SuSE 11.1 to 11.2. Both are having the same problem: On the "Installation Settings" screen, under "Packages" is a message: "Cannot solve all conflicts. Manual intervention is required" If I click on "Packages" a dialog box opens with this message:
"problem with installed package kernel-default-base-2.6.27.29-0.1.1.x86_64". The conflict resolution is either "keep kernel-default-base-2.6.27.29-0.1.1.x86_64" or "keep kernel-default-2.6.27.29-0.2.2.x86_64"
I upgraded from 11.2 to 11.3 My task bar looks a little bit "strange" after the upgrade Here you can find out how it looks like [URL] You can see the American flag that (left) that appears a little bit strange as well as at the right side the kwallet icon to be over the time. As I expand the taskbar to the left and then reduce it to the right these strange things keep happening not to the same icons all the time but to some of them.
After I upgraded to 11.3 version... when I press alt+f2 (how do you call this prompt) it appears on the top of the screen. On 11.2 version it were appearing at the middle of the screen which is of course much better.