OpenSUSE Install :: 11.1 - Two Devices Mounted On One Directory

Jan 11, 2010

I have 3 disks in my PC which are partitioned equally as I use them for Raid 1.The first partition on every disk is a simple ext2 partition for booting. No Raid there. So I mount them as /boot and /boot2 and /boot3. So I can backup my /boot to the other boot directories. That worked for some month and this morning I just want to look if all directories have enough free space left. So I did a df -h and got this:

Code:
Dateisystem Grove Benut Verf Ben% EingehÃĪngt auf
/dev/mapper/system-root
6,0G 301M 5,4G 6% /
udev 1,5G 292K 1,5G 1% /dev
/dev/sdb1 122M 29M 87M 25% /boot
/dev/sdc1 38M 21M 16M 59% /boot2
...
/dev/sda1 122M 29M 87M 25% /boot
As you can see /dev/sda1 and /dev/sdb1 are both mounted on /boot

Here is what mount says:
Code:
/dev/sdb1 on /boot type ext2 (ro,acl,user_xattr)
/dev/sdc1 on /boot2 type ext2 (ro,acl,user_xattr)
...
/dev/sda1 on /boot type ext2 (ro,acl,user_xattr)

This is no Problem for me as I could just remount it correctly, but I would like to know if this problem is known. I did not change anything by now and this PC is a server which is running 24/7, so I can deliver more debugging Information if someone is interested.

View 9 Replies


ADVERTISEMENT

OpenSUSE :: How To Recognize Mounted Devices

Apr 13, 2010

I have recently mounted my iPod Touch using ifuse, and it works with gtkpod and I'm very pleased about that! However, I'm interested in finding out how openSUSE recognises what devices are mounted? Because the device manager in the task bar doesn't recognise that it's mounted... Dolphin doesn't recognise it and neither does Amarok. Only gtkpod, which is good, but I want other applications to recognise it. Do I need to mount it in a specific location? Currently it's at /mnt/iPhone. Or do I need something in fstab (I'm just guessing here).

View 1 Replies View Related

OpenSUSE Hardware :: KDE Mounted Devices Sometimes Do Not Remove Folder

Aug 29, 2010

When booting opensuse 11.2 or 11.3 there is automatically created a folder in /media to mount my external usb drive (in /media/disk). The problem I have is that sometimes these folders are not automatically removed when I shut down. On the next time boot this device is mounted at /media/disk-1 or /media/disk-2 which throws off for instance Krusader or Amarok. Also the folders that are not removed seem to have really strong permissions such that I can't even browse into them in Krusader or Dolphin. I have to manually clean the /media folder as super user so that when I reboot, they are in /media/disk. Does anyone know how to ensure that opensuse removes the folder(s) upon shutdown?

View 8 Replies View Related

Ubuntu :: Drives Mounted To Different Devices On Startup?

Apr 30, 2010

My computer has three drives: one with windows7,one as a storage drive, and an ide drive. I have ubuntu 10.04 installed on a seperate partition on the storage drive (+swap partition).I have "/etc/fstab" automatically monut these drives on startup:

Code:
/dev/sdc1 /media/win7 ntfs-3g quiet,defaults,rw 0 0
/dev/sdb1 /media/storage ntfs-3g quiet,defaults,rw 0 0

[code].....

View 4 Replies View Related

Debian Multimedia :: Banshee 1.6 - Android Devices Not Mounted

Dec 28, 2010

I have a sony x10mini and it is correctly seen in nautilus and shotwell. But nor in banshee 1.6 (testing and sid) nor in 1.9 (experimental) is mounted. Fact is that I know it works for sure in fedora and debian so I wonder if it a problem of some dependency missing, configuration or permissions. I use the testing distro by the way...

View 11 Replies View Related

Ubuntu :: Change Default Permissions On USB Mounted Devices

Mar 8, 2011

I have a few websites that travel along with me in my usb stick, and I want to have read and write permisions to files on my usb by other users (i.e.: www-data) actually they have 0700. I'm running maverick (linux mint Julia).

View 1 Replies View Related

Ubuntu :: USB Devices Arnt Mounted On Boot NATTY?

Apr 29, 2011

last 3 rounds of updates to my Lucid system produced various problems, though each a solution to the previous issue. So I decided to upgrade to natty, and get new problems. LOL.

SO, my USB mouse and keyboard no longer mount on boot. If I unplug the keyboard and mouse, then re-insert them, they work fine.

View 2 Replies View Related

Debian :: Removable Devices Auto-mounted As Read-only?

May 29, 2010

Quote:

Currently when I insert a removable device, it is auto-mounted as readonly. To use it I have to do this every time.

Code:

sudo umount /dev/xxx
pmount xxx

This applys to every removable device I have, and did not exist on my previous distro. Debian amd 64 Squeeze [URL]

View 5 Replies View Related

General :: Displaying Mounted Devices - Incorrect Info?

Feb 11, 2011

Sometimes when I try to display the mounted device in linux it displays devices which are not currently mounted. I want to correct this this using script.

View 1 Replies View Related

Debian :: How To Find Out Mounted Devices Loaded At Boot Time

Apr 20, 2010

I am trying to find out the command to list all the devices mounted at boot-time.

View 5 Replies View Related

Ubuntu :: Mounted Devices Not Showing In Dolphin Places List

Jan 16, 2011

This is probably me looking but not seeing an option somewhere. I re-installed 10.10 over 10.04 by formatting the root partition but keeping the home partition the same, to save me a lot of work. (64 bit) However, now when I mount a CD, DVD or USB stick, they don't appear in Dophin's "Places" window. What have I missed please?

View 2 Replies View Related

Ubuntu :: Bash Script - Run Different Rsync Cmds Based On Which Devices Are Mounted

Apr 2, 2010

having my data backed up properly, but it's also in different places (e.g. photos and music on separate flash drives), so I have a few rsync's that I can execute manually, drives are mounted. Unfortunately, it gets confusing very quickly, I'd like a simple bash script that goes something like this (this pseudo-code would be most like REXX):

pair.1 = (/dev/sdb1, /dev/mmcblkp01)
pair.2 = (/some/other/device, /yet/another/device)
for i = 1 to #pairs

[code]....

Seems simple enough, but I've never written a bash script and wouldn't know where to start.

View 5 Replies View Related

Ubuntu :: Mounting Directory Within Already Mounted Directory?

Aug 9, 2011

I am curious if mounting a directory inside an already mounted directory is considered safe? I have done this on an Ubuntu server before but never thought to ask if it could cause problems.An example:

/dev/mapper/Raid5-VMStorage on /var/lib/libvirt/images
/dev/mapper/Raid1-SpareStorage on /var/lib/libvirt/images/Workstations

View 3 Replies View Related

OpenSUSE Install :: Mounted ISO Image Over LAN

Jun 14, 2011

So i've been battling this for a while now, trying all sorts of different options and searching the boards before I finally decided to post this.I can't make CDs or DVDs, so my only option is to mount the downloaded ISO file on my laptop with CloneCD, then set up PXE DHCP,TFTP server. This method works on other distros but this one in particular is causing me problems in the installer.

So here's the process:I copy the files vmlinuz and initrd from the ooti386loader directory to my tftp root directory.on the system I am installing, i run gPXE, at the prompt type vmlinuz initrd=initrd.I have tried a large combination of different options {install=nfs after I have been having trouble which I will get to later.

the kernel loads, the installer starts. prompts for "Please make sure CD #1 is inserted" naturally, i hit back and select NFS as the install source. It then prompts me for DHCP configuration and the NFS server IP and directory.I'm running an NFS v3 server (haneWIN NFS to be specific) and exported the mounted ISO (this case F) as /suse.

View 9 Replies View Related

OpenSUSE Install :: Filesystem Not Mounted After Freeze?

Feb 27, 2010

I installed OpenSUSE 11.1 on a friends computer after having a lot of trouble from ubuntu, and because I use it. It was working great when she got it home, but it locked up randomly and wouldn't unfreeze so she turned it off and when she rebooted She got an error about there not being a file system present and that she needed to run a mount command, which didn't work. After that, now it just says that there is no files system present and you ge tthe basic prompt. I had her run a live cd and run Gpartd and check and repair the partitions, but it did nothing.

View 3 Replies View Related

OpenSUSE Install :: Cannot Execute On Mounted Partition?

Oct 3, 2010

recently i did a fresh install of 11.3 on an ext4 partition. My data disk is a ext3 and the new system mounts it during boot.I can write to it but i can not execute programs from this partition.in fstab i can not find something like "noexec"permissions of mount folder looks ok for me. e.g. execute compiled "hello world"

me:~/datadisk> ./hello
bash: ./hello: Permission denied
me:~/datadisk>

[code]...

View 6 Replies View Related

OpenSUSE Install :: Harddisk Drive Mounted To /usr/?

Nov 28, 2010

While installing OpenSUse i created a seperate drive for my personal files. Instead of mounting it to /home i mounted it to /usr/.....please tell me how to mount it back to /home user so that it has my files only

View 8 Replies View Related

OpenSUSE Install :: Delayed USB Devices At Startup?

Jan 22, 2010

When I reboot, USB keyboard acts just fine for GRUB. Once SUSE begins to boot, I lose the keyboard (numlock light goes off too). Cannot press ESC to watch the boot sequence. Then, at login, there is no mouse or keyboard for about 60 seconds. Then suddenly, they both become active. Why did this start happening?

It has been about a week since my last reboot, so there's been a few config changes and patches, so it's going to be hard to narrow down a culprit. Thought USB configs in /etc/fstab was the problem, but still happening after rolling back changes to a known good config. Re-ran SaX2. Mouse and keyboard look good in the config file. Also, have otherwise healthy USB behavior with thumb drives and in VirtualBox machines. It just acts goofy at boot time.

View 5 Replies View Related

OpenSUSE Install :: No Devices Matches MBR Identifier

Nov 9, 2010

I've made a bootable USB with 10.3 live CD. I can boot successfully using a 10.3 live CD as long as the USB stick is not plugged in, but if I try to boot from the USB stick, or from the CD when the USB stick is plugged in, I get "No devices matches MBR identifier: !" where the bit after the colon is 2 spaces followed by the exclamation mark. I've seen this message reported elsewhere but never with a blank for the MBR id.I'm running on a Dell Insprion 9100 with 1.5G RAM.

View 2 Replies View Related

OpenSUSE Install :: Devices That Not Work Under Another Console/tty

Jan 5, 2011

i'm using opensuse 11.3... sometimes i listen to a music from videos.. but, when i switch to another console (ctrl+alt+f1-5), music stops.. why? what will happen with other applications (database, etc) that work in a background?

View 6 Replies View Related

OpenSUSE Install :: LTSP Client Doesn't Get USB Mounted At All?

Feb 6, 2011

how to get USB disks/sticks to mount on the clients. Is there something with some configfile that needs to be enabled or in the setup of the default image?

Cannot even move files from the USB drive via the servers USB as it is virtual one on a ESXi host.

the school starts on monday (8 hours) and there is about 10GB files that need to put in place before that.

PS. OpenSuse 11.3 all patched with minimum XFCE desktop on the server. easy-ltsp install via 1-click install on the opensuse/kiwi-ltsp page. Server + 20 clients Everything else functions properly but no CD or USB on clients

View 4 Replies View Related

OpenSUSE Install :: Samba Share Not Mounted At Boot?

Apr 9, 2011

I upgrade from 11.2 to 11.4 and now, my samba share does not mount at boot time. I see nothing in the log. What is changed in 11.4 ?

View 6 Replies View Related

OpenSUSE Install :: NTFS Volume Sometimes Not Mounted At Boot?

Sep 3, 2011

I have a few NTFS volumes in my machine. The fstab looks like this:

Code:
/dev/disk/by-id/scsi-SATA_SAMSUNG_HD322GJS2BJJ9EB609339-part3 swap swap defaults 0 0
/dev/disk/by-id/scsi-SATA_SAMSUNG_HD322GJS2BJJ9EB609339-part4 / ext4 acl,user_xattr 1 1

[Code].....

View 4 Replies View Related

OpenSUSE Install :: VMWare Doesn't Recognize Usb Devices?

Aug 20, 2009

After a few tribulations, I managed to get VMWare server installed. The only problem is that it will not recognize any usb devices. I installed usb in the virtual machine using the VMWare interface and in preparation for that, I followed the instructions in the tutorial to the letter regarding fstab and the vmx file. Supposedly, at least according to Windows control panel, the usb controllers and interfaces are installed. The VMware web interface says the same thing. However, neither the Device tab on VMWare nor VMware Tools show any usb devices. The usb devices - a printer, removable drive, and magicjack - are all recognized by Linux. How can I get the virtual Windows machine to recognize the devices?

This is crucial since my major use for it is to run the magicjack which is not supported in Linux.

View 6 Replies View Related

OpenSUSE Install :: Locate Usb Devices Before The Process Of Installation?

Oct 24, 2010

How to locate usb devices before the process of installation?

View 2 Replies View Related

OpenSUSE Install :: Using Old Devices Names Eth0, Eth1?

May 6, 2011

I want to use old devices names eth0, eth1 etc. instead of default OpenSuSE (11.1)eth_s0_0 etc. There is no firewall, no devices management via NetworkManager, static IP address.

1) to edit /etc/udev/rules.d/70-persistent-net.rules and insert eth0&eth1 instead of eth_s0_0 & eth_s0_1

2) To rename /etc/sysconfig/network/ifcfg_eth_s0_0 ( and s0_1) to ifcfg_eth0 and ifcfg_eth1 and then reboot ?

View 6 Replies View Related

OpenSUSE Install :: 11.2 External Encrypted Harddrive Not Correctly Mounted?

Nov 14, 2009

i have an external harddrive which i encrypted scince opensuse 10.2 with luks. Now i installed opensuse 11.2 its impossible to me to mount this drive correctly.

the harddrive was recocnized in my former opensuse 11.0 correctly as luks encrypted and during installation yast installed the kernel module and encrypted the harddrive so that i regulay could mount it on boot by giving the password for that harddrive. Scince opensuse 11.2 however yast thinks this is an dmcrypted partitoon and tries to unlock the harddrive using dmcrypt which of course fails.

does somebody know how i can encrypt and mount the externeal drive automaticly?

i have made a backup of /etc before i made a new installation of opensuse 11.2. is the possible to use the old fstab entries for that after installing luks?

View 8 Replies View Related

OpenSUSE Install :: Allowing Users Other Than Root To MOUNT Devices?

Dec 28, 2009

I have a non-super user on my box which I'd like to give it MOUNT and UMOUNT permissions but I don't know how.For example purposes, the user name is "USER".I don't want to make it into a SuperUser, just give it rights to be able to issue the MOUNT and UMOUNT commands at the terminal.

View 6 Replies View Related

OpenSUSE Install :: Regarding Lenovo ThinkPad T510i - Will All The Devices Be Recognized

Dec 7, 2010

Im considering installing Open Suse linux on my laptop - Lenovo Thinkpad T510i. Will all the devices be recognized?

View 2 Replies View Related

OpenSUSE Install :: Get Device IDs From Drive Devices For Fstab Scripting?

Apr 1, 2011

I am trying to write a script to modify /etc/fstab that will add entries for a number of partitions on different disks.

The only thing that I do not know how to do is to obtain a unique id such as the ones in /dev/disk/by-id/ to address by from a given partition (ie /dev/sdb1). In my fstab I noticed that in installation the system added fstab entries that are unique (in /dev/disk/by-id/)

I could simply do /dev/sdb1 and so on, but I would prefer a unique identifier so that each mount point is tied to a partition on a specific and unique physical drive.

i need this to be script-able if possible, if not I would still like to know.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved