OpenSUSE Hardware :: USB Weirdness - Mounted External Drive Changes Device IDs

Jun 5, 2010

[openSUSE 11.1, kernel 2.6.27.45-0.1-Default, Gnome 2.26.3] I have a problem where I have an external USB drive which mounts at boot, with /home aboard it along with several data-only partitions, and if I try to add another USB drive *after* boot, the system changes the device IDs previously given to the original drive. The already running sdb now becomes sdc. If a user or processes are attached to /home when this occurs they are left in the twilight zone and stuff starts crashing. An added weirdness is the newly added drive isn't stealing the sdb ID, the added drive becomes sdd instead, and nothing at all is left at the sdb ID.

Note:

- System boots from sda, a non-USB drive with the system as well as /swap onboard, that should be uninvolved with the problem.

- Among the 4 partitions of the boot-mounted USB drive there are 2 lux-encrypted partitions (ext3). One is /home (originally encrypted under 10.3 and added back after machine upgraded to 11.1) and another being a data directory (later encrypted under 11.1).

- The problem _may_ occur only when the additional added drive is also lux-encrypted, but this may or may not be always true as I have limited other USB stuff to test with, most of it is also lux-encrypted.

View 1 Replies


ADVERTISEMENT

OpenSUSE Install :: Using An External Drive As A Root Device?

Jan 6, 2010

I have a large external drive, which I connect to my laptop via a PCMCIA card - the machine is old and does not have USB 2.0 built in, so I use the PCMCIA card for that.

I am thinking of the following setup, and hope you can give me some tips on whether or not that would be a sound solution:

- designate a boot partition on the laptop's internal hard drive, which could store kernels

- make up a linux partition (or more than one) to use as root for any distribution on the external drive

- keep /home as separate partition on the external drive

My goal in mind is to be able to boot more than one Linux partition from the external drive. I can't make it through USB boot because the PCMCIA card is not recognized before a kernel module is loaded, and I can't use the internal USB 1.1 port for the external drive.

Do you think this is the way to go? Currently, I only have my /home partition mounted off the external drive.

View 5 Replies View Related

General :: Can't Execute A Script On A Mounted External Drive?

Jan 23, 2010

The /mnt/ext is mounted to an ext2 filesystem, an external hard drive. For some reason I can't run scripts from there. Please see the session below.

luntain@plato /mnt/ext $ echo "echo success" > k.sh
luntain@plato /mnt/ext $ chmod 777 k.sh
luntain@plato /mnt/ext $ ./k.sh

[code]....

View 2 Replies View Related

General :: External Hard Drive Mounted As Read-only

Mar 16, 2011

I administer a remote server via SSH that runs CentOS 5.5. I have been unsuccessful in all my attempts to write to two different external USB hard drives with a single ext3 partition when logged in as root.

When attempting to create a "test" directory I get one of two messages:

Quote:

Both drives *appear* to have filesystem issues. When I run an fsck on either drive, I get:

Quote:

Keep in mind this is a newly-formatted, empty drive.

Not putting stock in the odds that I've had two hard drives (different sizes and brands) with the exact same hardware problem, I'm going to assume this is a software issue, although maybe it isn't. Hence, my post in "Linux - General". I've heard talk elsewhere of controller (chipset) issues coming into play. Is this valid?

Okay, here's the information you'll need to make a diagnosis....

Here's the output of a "df -h" command:

Quote:

Here's the contents of my /etc/fstab:


Quote:

Here's the output of "cat /etc/mtab":

Quote:

Here's the output of a mount command:

Quote:

Here's the output of fdisk on the device in question:

Quote:

The number of cylinders for this disk is set to 48641.

There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with:

1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help):

I've got someone with access to the box if necessary. But it might take days to implement solutions since this isn't his full-time job. Remote solutions are, therefore, preferable.

View 13 Replies View Related

General :: Ubuntu - Find The Device Associated With A Mounted USB Drive?

Jun 23, 2010

How do you find the device (e.g. /dev/*) for a mounted USB drive in Linux (Ubuntu 10.04)? I'm trying to format a Cruzer USB flash drive, and when I plug it in, the icon for the mounted filesystem appears on my desktop. However, when I open GParted, it doesn't list the filesystem as an option to partition.

The recommendations I've found through Google include monitoring tail -f /var/log/messages, which they claim should list the device name when the drive is mounted, but this never happens for me. I've also read that the USB drive would usually be linked to /dev/sdb, but this appears as a broken link on my filesystem. How else would I find the device?

View 3 Replies View Related

Ubuntu :: Mounted Device / Drive Icon On Desktop

Feb 8, 2011

I've some icons of mounted devices on my desktop. I want to display only some of them which I need. All drives are mounted automatically while booting or by scripts while logging in.For example: I've 4 mounted devices and 4 icons on my desktop and I want to have 4 mounted devices but only 2 icons.There is possibility of hiding all of icons in gconf, but I want to hide only some of them.Is it possible?

View 4 Replies View Related

Ubuntu :: External Hard Drive Connected But Not Shown Mounted

Aug 12, 2010

Hard drive is connected to my Inspiron 1525 via USB, plugged in and I'm not seeing the new drive mounted. Restart doesn't fix things and manually trying to mount /dev/sdb1 doesn't work either. The drive I got is preformatted as NTFS and I've been using a logical partition formatted as NTFS as a sort of share drive between my Windows partition and Ubuntu partition, so I know I have NTFS set up properly. This is the hard drive I'm working with for reference.

View 3 Replies View Related

Debian Configuration :: External NTFS Drive Not Mounted Writable By Default?

Feb 20, 2010

When I plug in my external USB Hard drive which is formatted as a single NTFS partition, it is recognized and mounted automatically, a nautilus window pops open. Unfortunately it is not writable. The reason is: the partition is mounted "ntfs" (which lacks write support) instead of "ntfs-3g". This is the output of mount after plugging in the drive:

$ mount | grep sdc1
/dev/sdc1 on /media/4EBC5FB82435B0EE type ntfs (rw,nosuid,nodev,uhelper=devkit,uid=1000,gid=1000,dmask=0077)

I want this partition to be writable by just plugging it in.

The partition should not have any errors because a) I fsck'ed it windows and b) mounting it manually works:

$ sudo mount -t ntfs-3g /dev/sdc1 /media/disk_/
$ mount | grep sdc1
/dev/sdc1 on /media/disk_ type fuseblk (rw,allow_other,blksize=4096)
$ devkit-disks --mount-fstype ntfs-3g --mount /dev/sdc1
Mounted /org/freedesktop/DeviceKit/Disks/devices/sdc1 at /media/4EBC5FB82435B0EE
$ mount | grep sdc1
/dev/sdc1 on /media/4EBC5FB82435B0EE type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
$ gnome-mount -nbtd /dev/sdc1
$ mount | grep sdc1
/dev/sdc1 on /media/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)

How can I get ntfs drives to be mounted as writable by default, preferrably without having to modify fstab?

View 1 Replies View Related

Ubuntu :: External Hard Drive Device Name?

Aug 11, 2010

I am setting up a Linux laptop for my parents, and want to also create some backup scripts to allow them to easily back up to an external hard drive. [And for them to be able to use it, it has to be super simple.]

For security purposes (should the external drive ever get lost or stolen), I want to encrypt the entire device using TrueCrypt. That means my scripts will have to use TrueCrypt to mount the backup volume using the device name. [Right?]

Now to the actual question(s): 1) Is there a way to ensure that an external hard drive will ALWAYS be assigned the same device name when plugged in? [That would be the simplest solution for me.]

2) Alternatively, is there a way (using bash scripting) to "find" the device name of a particular external hard drive, even if it might not be known in advance.

View 2 Replies View Related

Slackware :: Device Notifier Not Listing 2nd External Usb Drive?

Aug 22, 2010

kde 4.3.4 kernel 2.6.32.7-smp Have Seagate 500GB (fuseblk) external usb drive that gets listed in the "Devices recently plugged in, pop-up panel" but a Verbatim 1.5TB does not. I have to mount it manually as ntfs volume.

eg bash-3.1# mount /dev/sdd1 /verbatim

/dev/sdc1 fuseblk 4.0G 598M 3.5G 15% /media/Free-4GB
/dev/sdd1 ntfs 1.4T 401G 997G 29% /verbatim
/dev/sdc2 fuseblk 462G 409G 54G 89% /media/FreeAgentDrive

When I boot using the Mint distro on same PC both ext usb drives are automounted. Looking for pointers as to why the 1.5TB verbatim disk does not automount.

View 8 Replies View Related

OpenSUSE Hardware :: How To Get 2 TB MYbook Essential External HD Mounted And Readable?

Jul 24, 2011

Is there anyway to get a 2 terabyte NTFS partition mounted in Suse Linux? Would be better to just mount if possible so I could use the storage for both my Linux and windows pcs.

View 2 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

General :: External Drive Read Only - WARNING! Running E2fsck On A Mounted Filesystem May Cause SEVERE Filesystem Damage

Mar 24, 2010

I've had a look at some similar threads but as I'm very new to linux they're already a bit technical for me. Sorry, this calls for someone with patience. I gather from other threads that disconnecting an external drive without unmounting is a no-no, and this seems to be the likely cause. Now the disk is read only and I'm unable to change any settings through the usual control panel on ubuntu. I'm just not familiar with the terminal instructions. I tried to cut and past a few command lines from other threads but I got some warnings that proceding could damage data. Like this one: WARNING! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.

View 5 Replies View Related

General :: Usb/external Drive Problems Redux - Read-only - Does This Suggest Device Failure

May 22, 2010

I initially thought the problem had to do with the Lucid Lynx upgrade, a lot of people have been reporting similar issues with drive mapping and things along those line. My issue is that an external drive, formatted in FAT32 appears to be corrupted, and overtime begins to read or mounts as 'read-only.'

What I've read, and deduced, is that this is ultimately and issue with the drive. I've backed it up, reformatted, and been able to write to the drive successfully, but I've been moving a lot of files (backing up) and the system has been reporting input/output errors in transferring some files (through the GUI).

The only thing I can think of, is that the device itself is corrupted or damaged, and that I need to be thinking of other back-up options for the future. Any suggestions on disk-doctoring? I'm hoping to do a clean-install of the OS once I back up my files manually.

View 1 Replies View Related

General :: Command To Configure A External Hard Drive In Ext2 As A Secondary Storage Device

Mar 18, 2011

I have a Linux application(ProMAX 5000) running in a virtual Machine on my windows OS. I am using an external Hard drive of 250G in ext2 file system as my device for large data read, write & execute file system. I have already mounted the device from /etc/fstab. But i want my application to access this device as a Primary data storage device OR Secondary storage device. What command will i invoke to partition this 250G drive as my primary or secondary storage device.

View 1 Replies View Related

OpenSUSE :: CD/USB-drive Mounted Many Times Instead Of Just Once

Sep 19, 2010

I'm facing some issues with mounting the cd and usb stick in Gnome: once the hotplug device is discovered Gnome displays multiple lot (5+) notification windows (i.e asking about the opening application) and also causing Dbus errors like: "DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending".

Ubuntu just mounts once, no issues like mentioned above. This is standard 11.3 installation, where should I look for the cause?

View 1 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 :: Nfs Weirdness With Upgrade To 11.3?

Jul 16, 2010

just did an upgrade of my Sony Vaio laptop from 11.2 to 11.3 all seemed to be going smoothly got to where it boots for the first time and it got to the splash screen and hung rebooted and tried the failsafe mode it chugged along telling me each step it was going through till it said it was starting NFS Client Services it hung, but the cursor was still blinking and the keyboard was still responsive so I waited and I waited and, well, you know finally it said nfs connection timed out and it hung again and hung again the 11.2 system was auto-mounting 3 nfs shares so I waited some more this took about 10 minutes but it eventually timed out and booted and ran fine 11.3 looks nice!

[Code]...

View 8 Replies View Related

General :: External Hard Drive Is No Longer Recognized - Buffer I/O Error On Device Sdb1, Logical Block 6160408

Feb 28, 2010

The external hard drive which contains all my photos and where I backed-up all my important documents is no longer recognized. It is a three month old 500GB Iomage Prestige Desktop Hard Drive.When I plug it in, it is recognised as a USB device, because it shows up when I type lsusb, but dmesg gives this error message.

[19712.013250] usb 2-2: new high speed USB device using ehci_hcd and address 21
[19712.145347] usb 2-2: configuration #1 chosen from 1 choice
[19712.147214] scsi25 : SCSI emulation for USB Mass Storage devices

[code]....

I popped the disk out of the casing put it on a SATA connect internally and then tried the file recovery programs testdisk/photorec and SpinRite, but both failed because they couldn't recognize the external hard disk.

View 4 Replies View Related

Ubuntu :: Loaded 10:04 Onto An External Drive And Boot Can't Find It - Error: No Such Device: 4368f21f-d1b6-4c60-8c6b-4d2d38d16920

Sep 23, 2010

managed to get things working so well on my laptop i thought i'd install ubuntu onto an external drive so i can boot to either xp or Ubuntu whenever i want, when i started up after the install it doesn't recognise the drive i loaded it to and appears to have lost the link to xp. the exact words are:

error: no such device: 4368f21f-d1b6-4c60-8c6b-4d2d38d16920.
grub rescue>

what i can do to get my xp back, my wife uses the xp and will kill me if i don't sort it, fortunately the comps unrealiable anyway!

View 1 Replies View Related

OpenSUSE Hardware :: USB Ext Drive Mounted To Different Location On Reboot

Jul 17, 2010

I have an external USB had drive. It is a Buffalo drive. When it is mounted it appears in /Media/Buffalo. The problem is, every time I reboot my system it is mounted to a different location.
e.g. /Media/Buffalo_1
reboot again and it is mounted to /Media/Buffalo_2

The two previous mount points always remain present as empty directories. This is creating problems I need to do away with. I need to work out how to get this to mount to the same directory every time. In opensuse 11.2 with the automount option installed I did not have this problem. It has only appeared since the install of 11.3.

View 9 Replies View Related

OpenSUSE Hardware :: Finding A External USB CD/DVD Read/write Device?

Jul 30, 2011

My wife is purchasing a netbook with no internal CD/DVD writing device, so we plan to purchase an external CD/DVD USB-2.0 read/write device. Our local PC shop has the following 3 external USB-2.0 DVD read/write devices:

(a) Samsung DVD-Burner SE-S084F/RSBS [not listed on Samsung site - too old ? ]

(b) LG DVD-Burner GE24NU21 USB2.0 [not listed on LG site - too old ? ]

(c) Super-Multi Portable DVD Rewrite (GP10 Lite USB2.0 Slimline) GP10NB20 (mentions Mac OS/X support, which is encouraging)

None of those are listed in the openSUSE HCL. Has anyone successfully used any of these with GNU/Linux (my google surfing on this revealed no GNU/Linux complaint nor any success stories) ? Or is there another such external USB-2.0 read/write DVD burner device that is recommended ?

View 2 Replies View Related

OpenSUSE Install :: Starting From External USB Storage Device (Intel Based Macs)

Dec 17, 2010

So my aim is to install openSUSEx64 11.3 onto my Macbook; but for whatever reason, upon boot-up, the system won't recognize the USB thumb drive with the expanded image of openSUSE on it. I followed steps in Terminal to expand the image onto the said USB stick and know it worked properly because Terminal said "Process Completed." Do I need a special type of USB thumb drive or am I missing something? I am using a late-2009 Macbook. By the way, these were the steps used to prep the USB thumb stick:

1. Open a Terminal (under Utilities)
2. Run diskutil list to get the current list of devices
3. Insert your flash media
4. Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2)
5. Run diskutil unmountDisk /dev/diskN
6. Execute sudo dd if=/path/to/downloaded.img of=/dev/diskN bs=1m
7. Run diskutil eject /dev/diskN and remove your flash media when the command completes

View 2 Replies View Related

OpenSUSE Network :: Weirdness With WordPress On Localhost - An Unexpected HTTP Error Occurred During The API Request

Nov 25, 2010

I installed WordPress 3.x on my localhost/Apache server, but I can neither install plugins nor update anything.This happens with both the stable WP3.0 version and the 3.1 beta. When I try to search the Plugin Directory from the WP dashboard, I get this message: An Unexpected HTTP Error occurred during the API request.When I run an update, I get a page asking for the login credentials for the ftp user ("To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."). Since I'm part of the 'ftp' group on the system, I enter my system login information, click Proceed -- and get a blank page that does nothing.

I've gone to YaST, and I see that the system ftp user has a 6-character password (which may or may not be mine). I'm afraid to change it and risk screwing up other ftp-related functions. I'm running openSUSE 11.3, and am obsessive about updating. I will note that I have an old 2WIRE router that often requires me (including Zypper repos) to enter IP addresses instead of DNS-based URLs to successfully download stuff. Not sure if this is related, but just in case...

View 1 Replies View Related

OpenSUSE :: Moving Files From External Drive

Aug 12, 2010

I'm trying to copy files from my external hard drive to the desktop and instead of the usual copy or move to options, I get a widget menu! How do I correct this so I can copy files?I'm running opensuse 11.3 KDE 64bit

View 5 Replies View Related

OpenSUSE Hardware :: Can't Access External Usb Drive

May 18, 2010

I've got an USB-to-IDE hard disk drive enclosure to revive an old IDE harddrive. I installed the drive and connected it to my pc running opensuse 11.2. Unfortunately the drive wasn't recognised, so I couldn't access it. This is the output of dmesg:

Code:
May 18 18:53:57 advo kernel: [81051.520117] usb 1-4: new high speed USB device using ehci_hcd and address 10
May 18 18:53:58 advo kernel: [81053.041979] usb 1-4: New USB device found, idVendor=058f, idProduct=6391
May 18 18:53:58 advo kernel: [81053.042107] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 18 18:53:58 advo kernel: [81053.042208] usb 1-4: Product: USB TO IDE Bridge

[Code].....

View 9 Replies View Related

OpenSUSE Multimedia :: Unable To Use External DVD-RW Drive

Apr 14, 2010

I'm running openSUSE 11.1 32-bit and I'm trying to use my external USB DVD-RW drive. I've tried loading two 11.1 discs in the drive and both of them fail.After putting the dvd in the drive I mount with::mount/dev /scd0 /media/cdrom

and it comes back with:mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing codepage or helper program, or other error.In some cases useful info is found in syslog - try dmesg | tail or so.Second question is can I use this external USB DVD-RW drive to install linux from, or does it have to be an internal drive? If so is there anything special I need to do to get it to look at the drive during boot. I take it this is dependant on a BIOS setting. This is all assuming of course I can get my dvd's to read.

View 9 Replies View Related

Hardware :: External HDD Changes Locations In /dev While Mounted?

Feb 23, 2010

I've got an external HDD from Iomega that I've been using for over a year and lately it's been doing this thing where it suddenly changes from /dev/sdg to /dev/sdh while the partition on it is still mounted, seemingly at random. I'm often (not always) able to look at the contents of the partition, but it gives me I/O errors followed by a list of files and directories.

I am using slackware64 13.0 running kernel 2.6.29.6. Below I've provided the relevant lines from dmesg (edited out irrelevant lines to keep post under max character limit.) I'm beginning to suspect NFS has something to do with this, but I can't even begin to imagine how.

When this happens I'm able to umount -l the partition and remount it using the new /dev/sdh1 but eventually the same thing just happens and the whole drive switches back to /dev/sdg. This problem persists between reboots. It's also happened with an ext3 filesystem, in fact I switched to ext2 because it kept telling me "Aborting journal" and I was afraid I would get a corrupted journal and perhaps a destroyed file system.

About 8 months ago I was doing some work at my brother's place and while down on the floor fiddling with cables I yanked this whole drive off the desk and it smashed into the floor (while spinning probably, I'm pretty sure this model is disk based.) I've been expecting to see some strange behavior since that happened, but it took a while and I can be certain this is related to that incident, although I'm rather convinced it is.

Code:
sd 5:0:0:0: [sdg] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
sd 5:0:0:0: [sdg] Write Protect is off
sd 5:0:0:0: [sdg] Mode Sense: 34 00 00 00
sd 5:0:0:0: [sdg] Assuming drive cache: write through

[code]....

View 5 Replies View Related

Hardware :: External HDD Won't Stay Mounted ?

May 14, 2011

My external hard drive randomly unmounts in the middle of file transfers.

The system is Debian Wheezy with sda as single-partition ext4. I have an INEO I-NA212-J USB 2.0 enclosure with 2xHDD single-partition ext2 which are recognized as sdb & sdc.

When files are transferred from the external to sda, the system will unmount the external drive at random times. When that happens, "fdisk -l" no longer reports sdb & sdc, but does show the drives as sdd & sde and they can be mounted. I have to reboot the machine to have it see the drives as sdb & sdc again.

When transferring from sda to the external, the unmounting is less frequent but I get file corruption. For example, a large directory seemed to transfer successfully, but the result showed as a single executable file and the displayed file properties were just long strings of numbers. Deleting the file did not reclaim the space.

There seems to be no pattern to the failure. I have checked for file size, number of files, system uptime, transfer time, etc. I have so far not seen it happen while there is no activity. The problem is the same whether there are 1 or 2 drives in the enclosure. However, I have used USB thumb drives and microdrives (both vfat) without problems.

For mounting, I have tried both "mount" and "pmount", and for file management both Xfe and Midnight Commander.

View 3 Replies View Related

OpenSUSE Hardware :: External Hard Drive Not Seen By System

Apr 12, 2010

My external disk does not appear as mounted on the desktop (It's e-Sata and NTFS, samsung 1.36 Tera bytes ) There's nothing in /media, nor it appears on the desktop as mounted. What can i do to be able to use it?

[code]...

View 9 Replies View Related







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