General :: Cant Mount Flash Drive

Mar 4, 2011

Having a problem mounting a flash drive on slackware 13.0

tried using command: mount /dev/sdb1 /mnt/hd

Geting an error special device does not exist. sda1 is my hdd, also tried sdc sdd

View 2 Replies


ADVERTISEMENT

General :: Usb Flash Drive Error / Unable To Read Mount Point

Nov 18, 2010

Also I have all files it asks for installed including dostools..Btw I used usb creator, then went to gparted and did something. The system is fat 32 now but with same message, not including ext4 part. Just the mount point message, and something about dosftools and mtools, wihich also are installed.

View 4 Replies View Related

Fedora X86/64bit :: USB Flash Drive Mount - Un-mount ?

Sep 17, 2010

Its annoying to unmount my flash drive twice.. its not a major problem actually but its kinda annoying , its whenever i plug-in my flash drive.. everything works well except when i need to un-mount it.. I usually unmount it twice using right-click of the mouse, then it mounts itself back, so i have to unmount it again.. Is there any way to control this? How do i setup the auto-mount option for USB flash drives?

View 1 Replies View Related

Ubuntu :: Flash Drive Doesn't Mount?

Mar 17, 2011

i bought i 32gb transcend flashdrive mainly to t0 another os.. but the problem is it doesnt mount in ubuntu 10.10 but is mounts in windows. when i type lsusb in my terminal after inserting ang again after removing it i see that there is one usb device which is shown when flash drive is inserted and dissapears when i remove my flash drive

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

Hardware :: USB Flash Drive Rewrite With No Mount

Dec 9, 2010

I wish to gain access to a USB flash drive. It is old and I forget how small. Could somebody give me insight into a way to mount it if the security code isn't letting me access it via /dev/sdx?

Code:

View 3 Replies View Related

Fedora :: How To Mount Flash Drive - No Option On GParted

Apr 21, 2011

I had to unmount a flash drive in GParted to format it, now I want to mount it again so I can use it, GParted does not get me a "mount" option and it does not automatically mount. How do I mount it so I can use it to make a Fedora Live USB? I am using Fedora 14 KDE BTW...

View 6 Replies View Related

OpenSUSE Hardware :: 11.3 Gnome - Usb Flash Drive Will Not Mount

Sep 17, 2010

I have been using Linux for a while but I am more used to Debian based distributions. With distributions like Ubuntu, I have been able to get my flash drives to work instantly. However, I have no idea how to mount one in OpenSuse. I do not have much experience in configuring stuff like this because distros usually do this for me.

View 1 Replies View Related

Ubuntu :: USB Flash Drive Unable To Mount Not Authorized?

Apr 8, 2011

I've found some older threads with the same problem and read a few bug reports also. Nobody has a solution that has worked for me.How can I get Ubuntu 10.10 to be able to use something as basic as a usb drive?

View 5 Replies View Related

Applications :: Mandriva 08 - Can't Get A MP3 Player Or A Flash Drive To Mount

Oct 9, 2010

I have Mandriva 08 and I can't get a MP3 player or a Flash Drive to mount. If I manually mount the Flash drive the "Computer File" won't create a file so I can access it. I get no desktop icons and I have checked the box in "config-whatever", The Flash Drive will appear in HardDrake but the MP3 player will not. The MP3 player will appear in the "Computer File" but will not manually mount.

View 2 Replies View Related

Hardware :: Usb Flash Drive Mount Point Not Found

Nov 23, 2010

Usb flash drive mount point not found.

see screenshot.

View 2 Replies View Related

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

Ubuntu :: Application To Start Backup On Flash Drive Mount?

Mar 15, 2010

I'd like to make regular backups of my flash drives, but I don't plug them in regularly. Because of this, I can't just use a scheduled backup application to back them up. Does anyone know of an incremental backup application that will automatically run backups on media as soon as it's mounted?

View 1 Replies View Related

Ubuntu :: Flash Drive Mount Path To Store Data?

Apr 21, 2010

I am trying to setup my ubuntu machine to automatically log some data I am trying to collect and write the data to a flash drive. I have everything setup so that when the machine boots up it starts that logging process. The problem I am having is that sometimes (not always) ubuntu creates a directory with the same path that I expect my flash drive to mount to i.e., /media/data/ then my flash drive instead mounts to /media/data_/. I need to know the path of the flash drive so I can store my data on it.

View 2 Replies View Related

CentOS 5 Hardware :: Mount USB Flash Drive In VMWARE Guest

Apr 9, 2010

I'm a NOOB to CentOS and Linux in general. I've been trying to find a way to mount my USB flash drive (FAT32) so I can see my files. I've been told that I need to add a USB controller. My CentOS is running as a VMWARE guest in WS7 loaded on a Vista host. My physical hardware is a Toshiba Satellite notebook. I've been told I have to add a USB controller before I can mount. Can anybody give me some direction with this?

View 5 Replies View Related

Ubuntu Security :: Mount Flash Drive Encrypted By Truecrypt Using A Keyfile?

Dec 15, 2010

I have two questions regarding auto mount function of Truecrypt. First question:

I want to automatically mount my flash drive encrypted by Truecrypt using a keyfile whenever I plug the drive. How can I do this? I use Ubuntu 10.10.

Second question:

As I do not know the answer of my first question, I currently use following command in a startup script to mount my encrypted flash drive automatically at every system start-up.

Quote:
/usr/bin/truecrypt -k ~/keyfile --auto-mount=favorites

My problem with this method is, Truecrypt always search for the drive in the same path saved in favorite drives list, e.g. /dev/sdb1. However sometimes there are more than one flash drive plugged to my computer and my encrypted drive's path changes. In such cases Truecrypt cannot mount my encrypted drive because it cannot find the drive in its path.

As a workaround I tried "auto-mount=devices" parameter. It is slow because it checks every mounted drive, and some of them external hard disk big in size. Moreover it does not recognize any mount point parameter. I'd like to mount the drive to the same mount point every time.

Quote:
/usr/bin/truecrypt -t --auto-mount=devices -p "" -k ~/keyfile /media/MyMountPoint

The command above mounts the drive however it is slow and to the destination of "/media/treucrypt1".

View 3 Replies View Related

Slackware :: USB Flash Drive Mount When Simple User - Can't Open With File Manager

Aug 22, 2010

I always have a problem in simple user mode when I insert a USB key. Can't mount, can't open with file manager. I'm obliged to open a simultaneous root session, to do what I want to manage the usb key.

In my user manager, I don't know wich group I have to add to this simple user (it's me) so I am allowed to manage the usb key.

View 6 Replies View Related

General :: Mount External USB Drive In Debian To A Mount Point Based On The Volume Name

May 5, 2011

How do I configure my Debian installation to mount external USB drives to mount points based on the volume names of the drives? For instance, if I have a thumb drive with the volume name of "SWORDFISH," how do I have Linux mount it at /media/SWORDFISH? I'm aware that this can be setup in FSTAB, but that requires that I know the UUID of the device beforehand and that I take the time to set each external device up in FSTAB first. That does nothing for me when I have a thumb drive that has never been plugged into my computer before.

This seems to be setup by default in Ubuntu/Kubuntu, but is not working for me with a fresh installation of Debian Squeeze and KDE4. I've spent the past 2 hours Googling for a solution and have turned up nothing. UPDATE: My results are inconsistent. Sometimes Debian mounts devices to mount points based on the volume names, and other times it gives them generic mount points (e.g. /media/usb1).

View 2 Replies View Related

Software :: Installing Debian From USB Flash Drive - Cannot Mount "CD-ROM"

Jul 29, 2010

Due to the lack of a CD burner (at least one that works properly) I've been trying to install Debian on my laptop from a USB drive. I extracted the ISO contents onto my drive, made an entry in GRUB (on the flash drive - I'm booting from it) and can successfully begin the installation, but when it tries to mount the CD-ROM, obviously it can't, as there isn't one. I tried mounting the flash drive partition with the ISO contents to /cdrom manually, but I don't seem to be able to do so. I either get "No such device" or "Invalid argument". I CAN, however, mount the FAT32 partition of that flash drive (which oddly enough I cannot mount in Windows - go figure). The partition I need to mount is ext2. All of the partitions show up in /dev as well as /proc/filesystems.

Also, I'm using the netinstall to save space on my flash drive. ( http://cdimage.debian.org/debian-cd/...86-netinst.iso )

Why can't I mount my ext2 partition?

View 1 Replies View Related

General :: Dvd Rom Drive Won't Mount Under FC14 After Installing From Dvdrom Drive?

Jun 12, 2011

no entries exist in the /dev folder for hdc,cdrom,dvd, or any other drive or drive type than hda. The only other similar device is sg0 which doesn't work either. I have tried every variation of mount I can find with every available drive and drive type and nothing works, but this is the drive I installed FC14 with, and it installed perfectly (except for forgetting where it came from!!)Do I have to install a module or recompile the kernel just to get linux to recognize the drive it came from?

View 5 Replies View Related

Ubuntu :: Image That Flash Drive To Another Flash Drive?

Mar 29, 2010

I made a persistent install of Ubuntu on a flash drive. I made changes to that installation. The software (Unetboontin) sets this all up. I think it partitions it for you. How do I image that flash drive to another flash drive?

View 9 Replies View Related

General :: Is Ubuntu Like Windows Can Download Ubuntu To Flash Drive / External Hard Drive

Mar 8, 2011

Is Ubuntu like windows and can you download Ubuntu to a flash drive or external hard drive and if so what kind?

View 4 Replies View Related

General :: KDE4 - Mount Flash Disks Etc. On The Desktop Like In KDE3?

Jun 28, 2011

my grandfather uses a linux machine for web browsing, emails etc. So he mostly uses Firefox, Thunderbird and sometimes also Skype and now he has also Jabber account. Currently there is Pclinuxos 2009 installed (the newest one with KDE 3.5). I used a frozen community repository, but this also brings the problem I cannot update the used programs as I am afraid it would attempt to replace the old KDE as well.

I know I can update Mozilla apps by downloading a static rpm and install with KPackage or Konsole and similar with LibreOffice. Not much friendly... I also discussed switching to other WM - but GNOME surely not, maybe Xfce (other ones have other issues).

Is it possible to somehow make KDE4 to behave like KDE3.5 in some ways? At least auto-mounting of flash drives etc.

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

General :: Boot From A USB Flash Drive With MBP?

Jun 25, 2010

I have been playing around with a Ubunto 10.04 live cd (32bit) on my mac. I want to be able to boot this OS (or similar) on my Mac, and on any other computer (PC or Mac). I also want it to remember changes and files. From looking around this is possible from a USB (with a Casper RW loop file I think). I have used the Live CD to create a bootable flash drive, which works on PC's but not my mac. Using these instructions: [URL] I was able to get my Mac to see the Linux at boot but once I clicked the Tux icon it would hang/ freeze. I let it sit for 10+ min and nothing happened. I started over (with a fresh formatting) and got the same results. I have reformatted the flash drive and am ready to try over. I think that I am goofing up in terminal steps as I am not use to doing that. After the last step in the terminal I get an error, something like invalid number or similar, it is not the one mentioned in the instructions.

I know that this for advanced users, I am not yet but working that way. I an a (retired) power windows user, moderate Mac user and a new Linux user. I want to learn which is why I am asking. I am not in a spot to install Linux directly on my Mac, so I I am seeking help to do it on a flash drive. I want the ability to run off any computer and I see this as I way to get there.

View 14 Replies View Related

General :: Inserting A USB Flash Drive?

Jun 5, 2011

What command is executed when you plug in a USB Flash drive manually in the PC's USB port?I am pluggin in the device and it is automatically getting mounted in /media/ed7a753f-df88-4984-b65a-5d3a8cc2714a. After I unmount the device using umount /media/ed7a753f-df88-4984-b65a-5d3a8cc2714a, how do I remount it from the terminal so that the weird directory gets created automatically and the Flash Drive gets mounted there?Another question, where does the system get this ed7a753f-df88-4984-b65a-5d3a8cc2714a. Is it some kind of identification of the disk?

View 6 Replies View Related

General :: USB Flash Drive Boot?

Jul 19, 2010

I have a 2GB usb flash drive and I wanted to boot a linux distro from it. My dilemma is that I'm having a hard time balancing size with quality.I've been going the virtual route so far in my linux studies but the variety with hardware is so limited. If I had a bigger flash drive it wouldn't be a concern but I need to make do with what I have.So what's a good learning distro that has good features but can be installed onto a 2GB flash drive? I'm sure there is more than one but I'd like to get some different input from more seasoned users.

View 7 Replies View Related

General :: Usb Flash Drive Not Recognized?

Oct 16, 2009

I am having trouble with getting my flash drive recognized. I would love a simple answer.

View 4 Replies View Related

General :: Ubuntu - Wipe A Flash Drive From?

Jul 24, 2010

I recently used a flash drive to try MeeGo on my netbook. Unfortunately, the application I used to write MeeGo to the flash drive created a new partition in a rather unusual format. The Ubuntu disk utility can't delete the partition, and GParted can't even see it. How can I completely wipe the flash drive from Ubuntu? I'd prefer not to install any additional software.

View 1 Replies View Related

General :: Installing Multiboot ISO On Flash Drive?

Jun 7, 2010

I've been trying to install multibootisos.exe on to my flash drive. Instead of getting the menu like in the picture I get a black screen that looks somewhat like a command prompt. I am using an 8G PNY Attache flash drive.

View 3 Replies View Related







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