LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-03-2005, 01:15 AM   #1
Trio3b
Member
 
Registered: Oct 2004
Location: Texas, USA
Distribution: MDV 2008.1, PCLinuxOS,
Posts: 315

Rep: Reputation: 30
so close...... flshdrive install


checked how tos but......, but not quite there yet. Can someone help?
Using GE intelligent stick.
Plugged into usb port and MCC hdwr shows device as:
new devfs device /dev/scsi/host1/bus0/target0/lun0/disc
old device file /dev/sda

user guide says to use mount and follow:
# cd /etc/sysconfig/ <works
# cat /etc/sysconfig/hwconf | more <doesn't work ..says no directory
check dev inf in hwconf and write dwn mnt point
create directory in /mnt with:
# mkdir /mnt/usbdisk
#mount /dev/sda1 /mnt/usbdisk

OK here's the input and output in my terminal:
[user@localhost user]$ su
Password:
[root@localhost user]# cd /mnt/
[root@localhost mnt]# mkdir usbflash
[root@localhost mnt]# ls /mnt/
cdrom/ fd0/ usbdisk/ usbflash/
[root@localhost mnt]# mount /dev/sda1 /mnt/usbflash
mount: special device /dev/sda1 does not exist
[root@localhost mnt]# mount /dev/sda1 /mnt/usbdisk
mount: special device /dev/sda1 does not exist
[root@localhost mnt]#

how to create this device?
Thanks
 
Old 03-03-2005, 01:38 AM   #2
hubcapboy
LQ Newbie
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 23

Rep: Reputation: 15
never used Mandrake, but I belive this is a straighforward procedure.

I think you're just missing the filesystem type on your mount command.

try:

cd /mnt
mkdir myusbdisk
mount -t <filesystem> /dev/sda1 /mnt/myusbdisk

if you haven't reformatted the thumbdrive, there is an almost 100% chance that it's fat32, but fat32 is microsoft... so we like to call our version vfat. so use:

mount -t vfat /dev/sda1 /mnt/myusbdisk

it gets tiresome typing this in every time. in FC3 there is a utility called usermount that scans for available drives and mounts them.
 
Old 03-03-2005, 06:05 AM   #3
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
Re: so close...... flshdrive install

Quote:
Originally posted by Trio3b
...
mount: special device /dev/sda1 does not exist
...
Usually indicates either that the drive was assigned to a different device node, maybe sdb1, or that the module isn't loaded/didn't load properly.

For starters, with the system booted and prior to attaching the flash drive, type lsmod and compare that to the output from lsmod after plugging in the drive.
 
  


Reply



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
To close linuxanswer Programming 3 05-29-2005 05:34 AM
oh so close jasonmantey Linux - Newbie 1 04-13-2004 08:25 AM
So Close inescapeableus Linux - Newbie 6 03-20-2004 12:56 AM
Please help, i'm so close now.... noobix Slackware 17 06-06-2003 10:57 AM
Help - So close but yet so far!! Nubell Linux - Newbie 15 01-22-2003 06:38 PM

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

All times are GMT -5. The time now is 11:05 PM.

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