OpenSUSE :: Configuring USB SSD To Mount Correctly ?
Jun 16, 2011
Comp Specs:
Dell Laptop
OpenSuSE 11.4
GNOME
2.6.37.6-0.5-desktop #1 SMP PREEMPT 2011-04-25 21:48:33 +0200 i686 i686 i386 GNU/Linux
Drive Specs:
Kingston External SSD Drive 128GB
Ok, so for the last couple of weeks I have been playing with trying to configure auto-mounting my SSD drive. But it seems SO confusing trying to get this configured correctly. Between HAL, udev, autofs, automount, auto.master file, etc I feel like I am getting more confused the more I read about it.... Not really sure how these work or how they are interconnected if at all?
First: At first when I plug in my USB SSD Drive it automatically mounts to "/media/SSD" (but this is not where I want it mounted, for a few reasons). "SSD" --> is the volume label as well.
Second: Then I tried adding this line to fstab:
Code:
When I add that line I can see during the boot message/log that it is waiting for me to plug it in so that it can mount it. Which is nice but I don't always need it plugged in at that moment. Also, after adding that line, when I plug the SSD in, it no longer automatically mounts it anywhere.
Third: Then I tried using the auto.master file to automount the drive (used this tutorial to do that --> Configuring Autofs). Added the following lines to auto.master (Not at the same time though, tried each separately):
Code:
Code:
After doing the above and then restarting autofs I saw the following as the last line of the mount command (which seems VERY strange):
Code:
Which also will not allow me to umount it? Tells me it's busy.
So basically I would just like to be able to plug in the USB SSD and have it automatically mount to "/mnt/SSD". Could anybody give me a hand with this?
Also, I would LOVE to know how these things work or how they work together (HAL, udev, autofs, etc...)
View 5 Replies
ADVERTISEMENT
Aug 1, 2011
my "places menu" references folders on a second partion, where I store all my personal files (ntfs, as I use it also from Windows). After boot those folders wouldn't show in Thunar. Some other programs, as Fontmatrix, wouldn't find databases stored there, what messes them up. Thunderbird has problems to recognize profiles etc.What is strange, the partition seems to be mounted at startup as I can see and select it from Thunar. Also, it appears on Desktop. After selecting the partition, closing and reopening Thunar everything works fine, places would show correctly and Fontmatrix database is ok
View 2 Replies
View Related
Jun 21, 2011
I need to know particular mount point mounted or not before send data to that mount point.Are there any commandsi used this command. mount -t nfs 172.16.102.50:/root/ESSR_share /root/shared_storage/pc50 -o rw,hard,intr but it take long time (when machine(172.16.102.50) is not available)
View 4 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
Aug 8, 2009
I have a server that NFS exports the /home directory out to other computers. On the desktop they all work great, but on a wireless laptop, this is where the problem occurs. The wireless enables after the person logs in, rendering the NFS export /home useless on the laptops.Is there anyway to have the wireless enable correctly on the boot so that NFS can mount properly at boot also?I'm using Fedora 11 (32bit) with a wireless router that has a security of WPA-PSK [TKIP] + WPA2-PSK [AES]. I could switch to some of the older versions if necessary to get this working.
View 5 Replies
View Related
Jul 8, 2009
I just purchased a Verizon USB 760 Modem.I purchased the Modem from Verizon because their web site stated that it supported all major OS including Linux.
My system specs are: HP Compaq 6715b Laptop
OS Information
OS: Linux 2.6.25.20-0.4-default i686
Current user: jraglin@Jada
System: openSUSE 11.0 (i586)
[Code]...
View 9 Replies
View Related
Aug 20, 2010
I installed Suse 11.3 a couple days ago. I have been using Ubuntu for the last 2 years and wanted to try something new. Everything has been working great so far except the widgets.
To add a widget, I click the icon on the right of the toolbar, click "Add Widget", and drag the widget to the desktop. When the widget appears it is stretched to the full width of the display and everything is scrunched vertically. A screenshot of the problem is below.
View 2 Replies
View Related
Apr 20, 2011
with opensuse 11.4, my gps qstartz 1000z seem detected like a storage mass
[Code]....
View 4 Replies
View Related
Dec 31, 2009
I want to intall openSuse 11.2 and I don't know how to do the partition correctly. My PC run with windows vista.
This is how I made the partition:
dev/sda1: windows
dev/sda2: linux /
dev/sda3: linux swap
After the installation openSuse don't boot!
View 9 Replies
View Related
Jun 6, 2010
It seems I cannot mount and unmount a USB Drive, it gives me the following error:
Error mounting: mount exited with exit code 1: helper failed with: mount: only root can mount /dev/sdb1 on /media/DAVE-1
I have changed FSTAB, and now it looks like this:
proc/procprocdefaults00
sysfs/syssysfsnoauto00
usbfs /proc/bus/usb usbfs auto,user 00
devpts/dev/ptsdevptsmode=0620,gid=500
code....
View 2 Replies
View Related
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
Aug 9, 2010
Vuze downloaded an update, and now everytime I use it keeps telling me to re start for the update to have an effect. When I re start, same thing happens again tells me it needs to restart. I'm using Gnome and openSUSE 11.3. I checked older posts for a solution it seems this has happened before. Do I just wait for a new version to come out of the repos?
View 1 Replies
View Related
Mar 26, 2011
It seems it is not displayed correctly, it looks like a windows 98. The rest of the system is good, not if it is normal to see well. I have also seen in the progress bar.
Uploaded with ImageShack.us
Another thing, why the graphical installer offers me constantly installing new packages, like the three you see in the image?
View 3 Replies
View Related
May 17, 2011
I am using OpenSuse 11.4 (64 bits) with KDE 4.6.0. My graphic card is nVidia Ge Force 6150 LE with the nVidia proprietary 2D driver (called "nVidia" on the system information page).
A strange graphic behaviour occurs until a few days: when an application (eg Firefox) is already running and when I try to open another application (eg Thunderbird or Dolphin), the associated window is completely black except the upper bar mentioning the name of the application. It seems that this problem occurs only when an application is already running with its window displayed. It is necessary to close this application in order to run correctly another one. It is impossible to run correctly more than one application.
View 9 Replies
View Related
Apr 1, 2010
i just installed OpenSuse 11.2 whiteout problems, once finished i reboot my eeepc, but the startup stops at :
Code:
Starting udevd:
Loading drivers, configuring devices
View 9 Replies
View Related
Oct 20, 2010
I have a few machines set up to run off in the corner without monitors attached. I installed 11.3 (32-bit) on a couple of them and they run fine during setup but then I move them to the corner with no monitor attached and they won't boot correctly.
By this I mean they still run some apps I setup to run automatically from daemon scripts, but I can't ping or access the machines at all. It's almost like they aren't booting all the way up. Hooking a monitor up fixes this but I don't have enough monitors to keep these hooked up like this.
I have a couple of other 11.3 systems that are setup almost the same way but I put graphics drivers on those and they work with or without monitors attached. I don't want to have to put graphics drivers on those systems.
View 5 Replies
View Related
Apr 30, 2011
opensuse v11.3
linux 2.6.34.8-0.2-desktop x86_64
It took me 3 tries to get is ISO image that matched the md5 checksum on the download site. At 8 - 10 hours each it was a PITA. The first simply aborted 1/3 of the way through (HTTP direct link). The second used wget, got a full file but the checksums didi not match. The magic method was Bitorrent.
All this has left me with an uneasy feeling about the contents of the DVD created from the ISO. Is there a way to test the DVD contents?
View 9 Replies
View Related
Jul 10, 2011
I recently installed SuSE 11.4 (kernel 2.6.37.6-0) and it all works very nicely EXCEPT for the KDM login. I am using kde 4.6.0 and have the latest updates for 11.4 installed and at install time, I left the automatic Login box checked which works ok. However, when I go to the 'Personal Settings - configure desktop' and change the Login - convenience' to UNcheck the Auto login box, it does not change the Login action - I stlll login (without a login name and password screen appearing). I have looked at the file - /usr/share/kde/config and the kdmrc file does change to read 'autologin' true (or false) when I make the changes in the configure desktop GUI, but this has no effect on my actual ability to 'login' automatically all the time!
View 1 Replies
View Related
Aug 5, 2011
I've just installed Opensuse 11.3 on m Dell Studio 15, and am having problems getting the wireless card to work. I've installed the proper driver (I think), using ndiswrapper, and have blacklisted the conflicting driver (called ssb) to the 50-blacklist.conf file in /etc/modprobe.d/. My problem is that the ssb driver is still appearing as an alternate driver when I use the command ndiswrapper -l in the terminal. Where do I go from here? Am I correct that the ssb driver is not blacklisted correctly?
View 8 Replies
View Related
Feb 16, 2010
On SUSE 11.2 when a CD or DVD is automounted (in the /media directory) it appears that the mount point chosen for the disk always has extra blanks at the end of the mount.
For example, if the label on the CD was DISK-001, the mount point chosen by SUSE is
/media/DISK-001 /
In 11.1 (and earlier) the mount point would have been
/media/DISK-001/
I'm assuming that the trailing blanks are filling in unused or blank chars at the end of the CD label.
Is there any way to change this annoying behavior? I much prefer NOT to have trailing blanks in the mount point.
View 3 Replies
View Related
Mar 1, 2010
I have installed dansguardian and squid on my home computer and I need to configure them. the only problem I couldn't find any manual only one for opensuse 9. And even there the part after "acl CONNECT method CONNECT" doesn't make any sense to me.
View 1 Replies
View Related
Oct 29, 2010
Does anyone know of a good tutorial for installing and configuring Nagios on OpenSuSE 11.x?
View 3 Replies
View Related
Dec 22, 2009
I'd like to get the scroll wheel's left and right tilting to work in firefox (go back and forward one page). A lot of the forums suggest ways to do this with xorg.conf, but I see that it's been removed in 11.2. The only mouse support in Yast is this "text console mouse model" thing- what is that?? At any rate, it doesn't have Logitech LX or MX series mice in its list.Any suggestions for getting this to work? Am I going to have to create an xorg.conf file, and what will break if I do? Any ideas what the direction is for Logitech mice in openSUSE? It sure would be great to have better support for mice in this distro
View 1 Replies
View Related
Aug 24, 2010
I have a APC BR 800. How do I configure gapcmon for use with a USB cable? Must I use a network cable?
View 1 Replies
View Related
Jul 26, 2010
I have a devolo MicroLink 56k Fun LAN modem, which I could configure in openSuse 11.2 as an DSL device. With 11.2 it worked fine. But it isn't possible in 11.3 to configure it, because I cannot set the dial up internet provider phone number for this DSL device.I also tried it to configure it as a modem, but then it used the /dev/modem device, which is the wrong device for this LAN modem.
View 3 Replies
View Related
Aug 12, 2010
After installing 11.2, using KDE, there was a transparent folder on the desktop containing a set of icons. Like openSUSE and Online Help and a couple of others. If I clicked on it, a menu would come out of the right side of it. I clicked on the X and the folder went away, never to be seen again. I tried to find how to get it back but was unsuccessful.
After installing 11..3, using KDE, there it was again! After monkeying around with it for a while, I clicked on the X and again, it seems gone for good! I still can't find how to get it back!
Also, it seems no one else has this problem so I guess I'm just not capable of operating this computer thing correctly.
View 3 Replies
View Related
Dec 27, 2010
It would appear that novell openoffice 3.2.1.4 on opensuse 11.3 fails to correctly import pps/ppt files. Slide transition data is lost and this results in presentations without sound. This problem does not exist in openoffice from openoffice.org. openoffice from openoffice.org will play pps files with sound which will not play with openoffice from Novell. However the openoffice.org version requires JMF.
JMF is old and 32 bit. I have tested openoffice 3.2.1 from openoffice.org with JMF on a 32 bit 11.2 system and it works. I assume that JMF will not work with a 64 bit JRE. I also assume that it would be difficult to get a 32 bit jre to work with a 64 bit openoffice FMJ is an alternative to JMF. It plays various types of audio including mp3 and wav. It is packaged for installation on 11.3. Does anybody know if this works in place of JMF with openoffice from openoffice.org on a 64 bit system?
View 9 Replies
View Related
Mar 13, 2011
I installed 11.4 and it seems to be working fine. To run few windows application I need WINE. I installed WINE using YAST Software Manager. But when I install application in WINE it's not working correctly. The same application is working fine in MINT/WINE.
View 2 Replies
View Related
Apr 23, 2011
I recently installed openSUSE 11.4 on my computer and laptop (both 64bit via dvd, one has AMD CPU and nVidia gpu, the other has intel cpu and graphics card). The problem is that when I move my mouse on close and minimize and maximize buttons of windows sometimes they aren't rendered correctly, and KDE menues aren't rendered correctly either, they mix with the background somehow. the menu problem goes away if I change the theme to plastik, but the window problem remains, here are links to some picture of what goes wrong in my system:
request download ticket | ifile.it
request download ticket | ifile.it
request download ticket | ifile.it
btw sorry that I uploaded them in ifile.it server, the other picture upload site like tinypic are blocked in my country
PS: Enabling or disabling desktop effects has no effect on the problem.
View 4 Replies
View Related
Apr 28, 2011
My setup:
openSUSE 11.4.
Acer Extensa 5635ZG
Epson Stylus Photo PX710W, connected with WiFi
I have just discovered that I can't print text from libreoffice writer/calc if the layout is set to landscape. The letters seems to have been stretched and printed over each other. If I print the same document in kword/kspread everything is printed as it should be. I have generated a pdf of the document and printed from okular/acroread, even then it's not printed correctly. Although it looks ok in okular/acroread. What else that can be seen is that when it's wrongly printed the printout is printed in the opposite direction compared to when it's printed correctly. I.e. the tail comes first on the paper so to say. Where should I begin to search for faults?
View 9 Replies
View Related