LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-05-2004, 07:17 AM   #1
jfowles
LQ Newbie
 
Registered: May 2004
Distribution: Fedora
Posts: 3

Rep: Reputation: 0
Enable USB drive on Fedora?


Hello,

My problem is basically I cannot access my USB drive on fedora. On my laptop I have windows XP, but have microsoft virtual machine 2004 which enables me to have multiple OS, therefore I have fedora installed on it. It is the one before last version of fedora. When I run fedora I can access the floppy and cd rom drives when inserted, however, I cannot find the usb drive anywhere. I was wondering if anyone knew how to activate it or access it? Or if anyone is familar with vitual pc, do you know an easy way to transfer files between OS - so I can switch my files on fedora to XP and then put them on usb using xp?

Also, if the above problem cannot be solved, my overall problem is saving files onto a medium, I usually use usb but have also been trying to use a cd-rw to save my work on fedora. However, I do not know how to write files to the cdrom, can anyone help?

Any ideas much appreciated.

Jack
 
Old 10-05-2004, 07:25 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Can you explain further why you can not access the USB drive including error messages.

Try using /dev/sda1 to access the drive.
Login as root then:

Create a directory to use as a mount point
mkdir /mnt/usb

Mount the drive
mount -t vfat /dev/sda1 /mnt/usb
 
Old 10-05-2004, 09:23 AM   #3
bolintb
LQ Newbie
 
Registered: Oct 2004
Posts: 2

Rep: Reputation: 0
I am having a similar USB Drive problem

I am running Linux Version 2.4.21-20.EL with Red Hat Enterprise 3.

My flash drive works great under Windows, but under LINUX, I get several errors when I use:

mount -t vfat /dev/sda1 /mnt

sda : READ CAPACITY failed
sda : status = 1, message = 00, host = 0, driver = 08
Current sd00:00 sense key Not ready
sda : block size assumed to be 512 bytes, disk size 1GB
sda : Write Protect is off

I/O error : dev 08:10, sector 0
unable to read partition table
mount : /dev/sda1 is not a valid block device
 
Old 10-05-2004, 02:17 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Are you using KDE or GNOME. I just bought a USB drive and Fedora detects it with no problems and I didn't have to configure anything. All I have to do to access it is clico on the Computer icon on the GNOME desktop and "flash" appears as a drive on my desktop and I can read and write to it.
 
Old 10-05-2004, 05:11 PM   #5
nicksmart234
Member
 
Registered: Sep 2004
Location: CT,USA
Distribution: Kubuntu 7.10
Posts: 53

Rep: Reputation: 15
hmm i have fedora and it should tell u where the drive is located under Main Menu then System Tools and it should be under Hardware Browser
this is on GNOME
 
Old 10-06-2004, 02:14 PM   #6
bolintb
LQ Newbie
 
Registered: Oct 2004
Posts: 2

Rep: Reputation: 0
Hi.

All is well in bolintb land.

I was actually using a COMPACT FLASH CARD reader.

I just picked up a 128 MB keychain flash reader (at Staples for 20 bucks), and it works great.

Thanks for your input.
 
Old 12-09-2007, 07:49 PM   #7
reuseapc
LQ Newbie
 
Registered: Dec 2007
Posts: 4

Rep: Reputation: 0
enable USB drive on Fedora

I am new to Linux. I have the same problem. My host system is Vista and I ran VMWARE server. The host system is Fedora core 3. I followed the following instructions.

Try using /dev/sda1 to access the drive.
Login as root then:

Create a directory to use as a mount point
mkdir /mnt/usb

Mount the drive
mount -t vfat /dev/sda1 /mnt/usb[/QUOTE]


I got the following error messages:
mount: /dev/sda1 already mounted or /mnt/usb busy
mount: according to mtab, /dev/sda1 is mounted on /boot

Inside mtab file:
/dev/sda1 /boot ext3 rw 0 0

Inside blkid.tab file:
<device DEVNO="0x081" TIME="1197081411" LABEL="/boot" UUID='5de2ca00-e6a9-4f16-a7a4-d3625b126208" SEC_TYPE="ext3" TYPE="ext2">/dev/sda1</device>

Any suggestion?

Last edited by reuseapc; 12-10-2007 at 12:03 AM. Reason: provide more information
 
Old 12-09-2007, 08:40 PM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Reuseapc

FC3 has not been supported for a long time. It will be much easier if you switch to a supported version. Fedora 7 and Fedora 8 are the only two versions that are currently supported. Many issue of the older version will just work out of the box in newer versions (particularly on newer hardware).

Good Luck
Lazlow
 
Old 12-10-2007, 01:07 AM   #9
dsouza_jack
LQ Newbie
 
Registered: Nov 2007
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by jfowles View Post
Hello,

My problem is basically I cannot access my USB drive on fedora. On my laptop I have windows XP, but have microsoft virtual machine 2004 which enables me to have multiple OS, therefore I have fedora installed on it. It is the one before last version of fedora. When I run fedora I can access the floppy and cd rom drives when inserted, however, I cannot find the usb drive anywhere. I was wondering if anyone knew how to activate it or access it? Or if anyone is familar with vitual pc, do you know an easy way to transfer files between OS - so I can switch my files on fedora to XP and then put them on usb using xp?

Also, if the above problem cannot be solved, my overall problem is saving files onto a medium, I usually use usb but have also been trying to use a cd-rw to save my work on fedora. However, I do not know how to write files to the cdrom, can anyone help?

Any ideas much appreciated.

Jack
Hi,
Which filesystem does your USB drive support, may be this filesystem is not supported by Linux try fdisk -l and try to mount the USB drive.

Regards,
Jack.
 
Old 12-10-2007, 01:42 AM   #10
reuseapc
LQ Newbie
 
Registered: Dec 2007
Posts: 4

Rep: Reputation: 0
I am stuck with FC3 because of application software requirement. FC3 cannot recognize SATA HD, so I have to install VMWare. If there is a way around this problem, it will be great.


Quote:
Originally Posted by dsouza_jack View Post
Hi,
Which filesystem does your USB drive support, may be this filesystem is not supported by Linux try fdisk -l and try to mount the USB drive.

Regards,
Jack.
Thanks, Jack.
The message shown on the fdisk -l command return the following info:
/dev/sda has a total 10.7GB space, 1305 cylinders
/dev/sda1 is Boot and start from Cylinder 1 and ends at 13. ID=83, System=Linux
/dev/sda2 starts from 14 and ends at 1305. ID=8e. System=Linux LVM

Any suggestion for the next step?
 
Old 12-10-2007, 02:03 AM   #11
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
You will have to tell us what he application software is. In MOST instances getting an application to run on a newer version is trivial vs fighting hardware issues.
 
Old 12-10-2007, 09:04 AM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
dsouza_jack, Do your realize this is a 3 year old thread?

Reuseapc and arnel,
Welcome to LinuxQuestions. Your questions will get better responses if you ask them in a new thread instead of posting to a dead thread that is 3 years old thread.
 
  


Reply

Tags
usb, usb boot



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Flash drive and the Fedora Boot image... Galaxy_Stranger Fedora 1 11-30-2005 04:28 PM
Booting Fedora Core 3 from USB Drive tniemeie Fedora 7 04-01-2005 03:23 PM
Fedora 1 will not install on USB hard drive sidehillbill Linux - Newbie 2 02-08-2005 04:48 PM
usb hard drive in fedora core 1? beatupbilly Fedora 5 11-17-2004 09:29 AM
USB flash drive and Fedora Core 2 darkflounder Linux - Newbie 5 09-14-2004 01:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration