OpenSUSE :: USB Flash Drive Not Auto Mounting?

Feb 15, 2011

USB Flash drive appearing in GParted but not auto mounting

GParted Screenshot:-

View 9 Replies


ADVERTISEMENT

OpenSUSE Hardware :: Usb Flash Drive Doesn't Auto-mount?

Sep 15, 2010

I recently upgraded to Gnome 2.30 and now usb drives don't auto-mount and show-up in Nautilus as a device.

I can mount the drive manually, but it would be nice if this happened automatically when I plugged it in.

View 9 Replies View Related

General :: Not Auto Mounting Drive At Start Up?

Nov 6, 2010

maybe not so simple as what the subject saysBackgroun storyI have a couple of encrypted hard drives created with cryptsetup

I have the following lines in my /etc/crypttab
data1 UUID=someUUID none noauto
data2 UUID=someotherUUID none noauto

[code]...

View 1 Replies View Related

CentOS 5 :: Auto Mounting An USB Thumb Drive?

Nov 26, 2009

I would like a USB thumb drive to be automatically mounted whenever I insert the drive into my PC (previously I had been mounting it manually with the 'mount' command). I gave the USB drive a unique label with e2label. I added an entry for it in /etc/fstab. This works in the sense that if I run "mount -a", the drive will be mounted. However, it still isn't completely automatic. Am I missing something? What else do I need to do?

View 8 Replies View Related

General :: Auto-mounting An Ecryptfs Partition Which Is On A Usb Drive?

May 30, 2010

I have an ecryptfs partition on a usb drive, system runs Debian squeezeWhat I'd like to have is that when I connect the drive it will be auto. mounted and I'lleither have to enter the passphrase or it will already be in the keyring (even better).It seems ecryptfs can auto-mount a directory but I want to auto-mount an entire encryptd partition. Is this possible?.Also, can I have another encrypted directory, say ~/Private, at the same time or can ecryptfs handle only one at a time?

View 3 Replies View Related

Ubuntu :: Auto Mounting Ntfs Drive With Execute Permissions?

May 10, 2011

Current when my NTFS external drive is auto mounted, I can't run any executables from it.

If I unmount it and then manually do:

sudo mkdir /media/portable
sudo ntfs-3g /dev/sdc1 /media/portable

it works fine. Is there a way to make the auto-mount have "full" access so I can run applications from it?

View 2 Replies View Related

Slackware :: External USB Hard Drive Auto-mounting Error

Nov 29, 2009

Just installed Slackware 13 this morning. It's been a long time since I last tried Linux, but Slack works (a lot easier than Slack 8 did back when I last used it!) quite well. I'm using the XFCE desktop and it's smooth as silk except for one odd problem-I cannot get any of my USB drives to mount. I just plugged in my Lexar 4GB USB flash drive and received an error message. Here's from /var/log/messages from when I initally plugged in the drive (I have a 500GB WD MyBook USB external drive that is always plugged in):

Any ideas or suggestions of what to look at? I'm not familiar with HAL in Linux although I've seen plenty of discussion about it and have an idea of what it's supposed to (or break! ).

View 1 Replies View Related

Ubuntu :: USB Flash Drive Not Mounting?

Feb 25, 2010

My USB flash drive has stopped working with Ubuntu.

Normally when I remove it I unmount it first, but the last time I just unplugged it. After I unplugged it, it started not working.

When I put it in a windows machine, it shows up as drive E: but says "no disk" when I try to access it.

In my Ubuntu machine I can see it as USBDrive under Places > Computer, but it's unmounted. When I click mount nothing happens.

View 2 Replies View Related

General :: Flash Drive Is Not Mounting

Sep 17, 2010

I have a new flash drive (pen drive) .Last few days it work fine .But now when i plug it in usb port , then a error message appear "unable to mount media.There is probably no media in the drive" .

View 4 Replies View Related

Red Hat / Fedora :: Auto Mount Flash Drive?

Apr 15, 2010

My Fedora does not auto detect a flash drive if I get to attach it with the OS already running. I still have to make a reboot and attached the drive right from the start in order for it to be detected/mounted.

Unlike In Mint 7, Ubuntu and XP, it automatically detects the flash drive as soon as it is attached.

make my Fedora detect the flash drive so that I would not have to reboot everytime I would use it.

FWIW here are some outputs:
Code: # /etc/fstab
# Created by anaconda on Thu Feb 4 06:06:47 2010
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'

[code].....

View 10 Replies View Related

Debian Hardware :: Squeeze Is Not Mounting Flash Drive

Jun 16, 2011

whenever i plug in my flash drive i get an error message saying that it was unable to mount the thumb drive and some other stuff

Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail  or so

what do i have to install or configure for this to work we need to be able to mount our thumb drives on this machine it's crucial

View 3 Replies View Related

OpenSUSE Hardware :: USB Drives Not Auto Mounting?

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

General :: Automatically Mounting With Wide Open Permissions A FAT Formatted USB Flash Drive?

Feb 18, 2011

I have a netbook running Ubuntu Netbook Edition and I would like a USB flash drive to be automatically mounted whenever I plug it in. The drive is FAT formatted. It mounts when I plug it in but all files are only writable by my user, other users only have read access. I understand that I need to add a corresponding entry to the /etc/fstab file. I've added the following so far:/dev/sdb1 /mnt/USB_DRIVE vfat

Firstly, is that appropriate so far? I've created /mnt/USB_DRIVE as root. Next, I'm not sure what options I should be finishing the line with, especially to get all users to be able to write to the drive.

View 2 Replies View Related

Ubuntu :: Auto Run (auto Exec) A Script On Mounting A Device?

Mar 16, 2010

I would like to exec a script whenever a user mount a device. The device could be an internal device (for example a partition on a second hard disk) or a removable one (for example a usb hard disk). The script must have sudo capabilities even if the user is not included in the admin group. Is it possible?

The specific question:
I would like to add acl option to a device whenever it is mounted.
I tried fstab but it's changing the behaviour of nautilus see:

[URL]... so I would like to create a script with the command

Code:
sudo mount -o remount,acl /media/data
and auto execute it any time data is mounted.

View 1 Replies View Related

OpenSUSE Hardware :: Mounting Flash Stick Needs Authentication?

Sep 9, 2011

Since upgrading to SuSe 11.4 I've noticed that whenever I insert removable media I now get asked for root authentication before mounting! This is a real pain and I cant find any way to change this

View 7 Replies View Related

OpenSUSE Multimedia :: Curious About Mounting Flash Device?

Apr 11, 2011

I'm trying to use the most-base install of opensuse 11.4 and so i'm using the text-only interface. I looked up some guides on using the 'mount' command but I'm encountering problems. I tried doing.

mkdir /tmp/flash
su
mount /dev/sdb /tmp/flash

but first off, I don't even know if sdb is my flash device, there's ~60 things in my /dev/ directory, and ~10 things that look like 'sdb' but I try anyway, and I generally get an error telling me that either /dev/sdb is busy, or /tmp/flash is busy but I wanted to check here and clarify first, how do I even know which /dev/ item is my flash drive? When I plug in my flash drive, no less than 3 new entries appear in /dev/ so, I'm a little confused. What do I do?

View 6 Replies View Related

OpenSUSE Network :: Error When Mounting Remote Cifs/samba Compact Flash?

Jan 3, 2010

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.

View 1 Replies View Related

OpenSUSE Install :: Mounting Floppy - 11.4 X64 - Error 127 "cannot Execute Command '' Mount -t Auto"

Jul 7, 2011

I have just tried to mount my floppy with: mount -t auto -o uid=1000,gid=100 /dev/fd0 /media/floppy and get for response : cannot execute command '' mount -t auto -o uid=1000,gid=100 /dev/fd0 /media/floppy error 127
What is supposed to be done to get my floppy mounted?

View 9 Replies View Related

OpenSUSE Install :: Partitioning And Mounting A VFAT USB Drive?

Jan 21, 2010

I am having trouble getting my portable hard drive to mount after partitioning it for VFAT. I originally had it partitioned as NTFS but I realized that my Xbox 360 will only mount VFAT filesystems. I believe that I partitioned it correctly with yast. However I am still having trouble mounting it. Below is the output of fdisk, mount and dmesg.

# fdisk - l
Disk /dev/sdc: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1e371e37

[Code]...

View 2 Replies View Related

OpenSUSE Install :: Mounting Drive Bad Superblock Error

Jun 15, 2010

I have a x64 OpenSUSE server with two hard drivers installed. The first one is used for the / and /home partitions and the other is for backups. Ironically enough it is the backup hard drive I am having trouble with. I was having trouble writting to the drive and unmounted it to preform a fchsk, however now when ever I try to mount it I get the following error:

[code]...

how I can repair the drive and retrive data?

View 4 Replies View Related

OpenSUSE :: Adding - Mounting New Drive & Recovering Corrupt Data

Mar 4, 2010

I have a Hard Drive that has a corrupted file system and i have tried the usual MS Windows fixes, chkdsk and a number of recovery tools inc Dos recovery tools and failed.

The Drive is an MS Windows drive with an NTFS file system.

chkdsk scans and after several hours fixing numerous problems eventually gives up and fails to complete.

The directory "My Documents" contains several GB of data and displays that this is true. When trying to access the directory, access is denied because its corrupt. Using Windows and Dos recovery tools i can view the contents of the directory sometimes! but cannot copy out any of the data, the applications return messages saying no can do basically.

I would like to try to use Linux to recover the data.

Problem number one is i have never tried to add a hard drive to an existing Linux system before, how do i go about adding a new drive?

The 2nd problem is, is there a Linux application that i can use to attempt to repair and recover the corrupt data on this drive or more specifically in the "My Documents" directory.

View 7 Replies View Related

OpenSUSE Install :: Mounting EXT4 Partition As Drive In Win7

May 22, 2011

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.

View 3 Replies View Related

OpenSUSE Install :: Grub No Auto Update New Hard Drive?

Jul 26, 2010

Subject: grub no auto update new hard drive.doc Date: 07/26/2010 03:48:45 PM grub no auto update new hard drive.When installed 11.2 on Western Digital VelociRaptor 150 GB hard drive and now installed 300 GB VelociRaptor drive. Your grub does not update correctly to identity the op systems after the new drive is imaged; youre kidding right? I request that you provide the instruction for correcting this; you must have and auto update for grub.

[Code]...

View 9 Replies View Related

OpenSUSE Network :: User Permissions And Auto-mount On Windows Drive

Feb 11, 2010

I'm running OpenSuse 11.2. I've got it running mostly the way I want and it connects to my wireless internet no problem. I have a external hard-drive on my Windows machine setup as a share folder. I can mount the drive with:

Code:

mount //10.13.23.2/D /home/james/mnt/win However when I do mount like this it doesn't give my any read/write privliages on the drive. Also on a slightly different issue but still mounting related I have my HDD partitioned into four main drives (not including swap etc). They are my Windows drive, a seperate storage partition formatted for Windows, my main linux drive and a seperate parition for linux storage.

I want to have my Windows drive, my Windows storage drive and my linux storage drive all mounted on boot. I tried adding these to fstab, and they mount fine but again I have no read/write permissions. My fstab looks like this:

Code:

/dev/disk/by-id/ata-WDC_WD2500BEVT-35ZCT0_WD-WXE908AE4273-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD2500BEVT-35ZCT0_WD-WXE908AE4273-part6 / ext4

[code]....

Lastly I would like my Windows Share drive to mount on boot but I have been advised that I would need to write a shell script for this, to do network checks as obviously I won't always be connecting to my network.

View 6 Replies View Related

Fedora :: No Longer Auto Mounting Usb?

Apr 28, 2010

Does anyone else have this problem. Came just after recent update and is highly annoying. Plug usb device in and it is recognized on lsusb but not mounting and appearing in media folder. How do I solve this. Searched the forum but nothing useful

View 10 Replies View Related

Ubuntu :: Auto Mounting HDD At Boot?

Feb 21, 2010

I have a 500 GB ext4 formatted HHD which i have to manualy mount when ubuntu starts. I have read much on the topic but am still unsure what i should add to fstabmy output when entering "sudo fdisk -l" is

"Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]....

View 7 Replies View Related

Ubuntu :: Stop An UDF From Auto Mounting?

Jul 10, 2011

I have one of those lovely Western Digital external hard drives and it seems to have an UDF "partition" on the hard drive itself. I cannot format it, remove it from the hard drive itself, or disabling the UDF seems to be a no go once its popped into a Linux distribution of any kind.

So my question is, is it possible to stop the UDF from even auto mounting at all?

System
Ubuntu 10.10 Maverick Meerkat

View 2 Replies View Related

OpenSUSE :: How To Create Bootable Flash Drive

Feb 26, 2010

I'm just interested if there does exist any utility for creating bootable flash drives? I mean, if I could make somehow LiveCD with KDE desktop on openSUSE? I used Ubuntu and it had it's own utility with nice GUI, it just needed any bootable .ISO file or bootable CD/DVD and it created LiveCD on USB flash drive. So is there any chance to find something similar?

I work in a computer service center and it'll be very helpful (I think) to have bootable USB Flash dive with operating system to log into dead operating system partitions. Of course I have Windows LiveCD, but it has as much bugs as it's parent big brother.Oh, I forget to post my operating system versio. I'm using openSUSE 11.2 x64 with KDE version 4.3.5

View 7 Replies View Related

OpenSUSE Hardware :: Windows 7 Ate Usb Flash Drive?

Nov 23, 2010

I had a USB flash drive that was working perfectly well with my openSUSE 11.3 laptop and my openSUSE 11.1 work desktop. That was until I was copying some files onto a friends Windows 7 laptop when it detected some errors and "fixed" them. Now when I plug the flash drive into my laptop I can read files but I can't write or erase. The mount output looks sane

Code:
/dev/sdb on /media/REMOVABLE type vfat (rw,nosuid,nodev,uid=1000,utf8,shortname=mixed,flush)
But it looks like the file system is mounted read only

[code]....

View 3 Replies View Related

OpenSUSE Hardware :: Flash Drive Won't Delete

Jun 23, 2011

When i open dolphin and go to my flash drive, the files wont delete. When i delete them it keeps coming back. I already checked permissions as well.

I had it in during installation but didn't install it to there. Is that the issue?
If so how will I delete the folders?

View 7 Replies View Related







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