LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2005, 12:26 PM   #1
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
Brand New Install of FC4, Trouble with USB Stick


Hi, I'm v. new to linux, but am picking it up quick. If I plug a USB stick straight in should FC4 automatically mount it. If not, could someone tell me how to mount it, I have looked on the net but most guides assume it mounted automatically.

Any info would be great

Cheers, Buck
 
Old 06-29-2005, 12:36 PM   #2
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
Goto command line , and then login as root by typing su and then ur password
Code:
root@localhost root $ su
Password:
After typing ur password, type kudzu followed by a enter.
Code:
root@localhost root $ kudzu
This is a hardware config tool given by redhat, to detect and configure hardware. You can know more about kudzu, if u type "man kudzu".

Regards
 
Old 06-29-2005, 12:47 PM   #3
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
thanks a bunch :P
 
Old 06-29-2005, 12:55 PM   #4
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
Do I have to run kudzu every time I want to access my drive, or can I make it auto mount it every time, and also. I unmounted it, then plugged it back in, ran kudzu again, and it didnt remount, should it?. I would like it if I could automunt it just like windows, I dnt mind unmounting it.

Cheers, Buck
 
Old 06-29-2005, 01:09 PM   #5
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
Everytime u need to use it, but if u include to boot usb drive in fstab, then u need not, use kudzu everytime.

You can also try plugging the pendrive before boot , so while booting the usb/firewire devices wud be detected not mounted unless included in fstab file which can be found in the /etc dir.

Mounting it and unmounting it needs to be done everytime. In layman terms, mounting is a process used to help u access the filesystem/device in linux.
 
Old 06-29-2005, 03:33 PM   #6
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
The situation seems to have got worse, I can now no longer get my stick to mount whatever I do, running kudzu as root does nothing, and leaving it in when I reboot does nothing. Any ideas, I would like it so that I dont have to reboot with it in, and am just able to plug it in (and mount it (or do something else to access it)) and unmount it as I wish.

Any info would be great, Buck

Last edited by BuckRogers01; 06-29-2005 at 04:29 PM.
 
Old 06-29-2005, 11:38 PM   #7
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
You can mount and umount according, to ur wish,I just can help better if u type the exact error message. A copy and paste from bash should do ...
 
Old 06-30-2005, 01:39 AM   #8
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
I don't actually get any error messages, it just doesnt mount automatically and running judzu does mount it either (now)
 
Old 07-03-2005, 11:55 AM   #9
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
Well . . . Another way is to plug the USB after a log off. (not a shutdown)

Sign in as user, and try accessing /mnt/sda1 or /mnt/sda.

Cheers
 
Old 07-03-2005, 01:17 PM   #10
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
Just a quicky, How can I find out what is mounted?

Cheers, Buck
 
Old 07-03-2005, 01:24 PM   #11
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
type "mount" without quotes in konsole.
This will bring a list of mounted devices.
You can, find sda1 mostly, sometimes it will be sda.

Cheers
 
Old 07-03-2005, 01:32 PM   #12
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
I can't find what 'sda' my USB stick is, its not sda1 (thats my HD), and sda and sda2 are apperently already mounted. I'm not sure if my stick is showing up at all. Can anyone help me?
 
Old 07-03-2005, 01:50 PM   #13
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
mostly hda/hdb/hdc/hdd can only be hard disk in linux.

hda --> primary master
hdb --> primary slave
hdc --> secondary master
hdd --> secondary slave

sda1 --> pen drive

hd X followed by no Y.
example: hda1 is primary master's 1st partition
example2: hdc6 is secondary master's 6th partition.

For a list of device and their names in linux, please perform a search here, or try googling the same.

Regards
 
Old 07-03-2005, 02:31 PM   #14
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Original Poster
Rep: Reputation: 30
I'm using SATA, and 'mount' says that sda1 is mounted as Ext3, which my drive is formatted in
 
Old 07-04-2005, 12:04 AM   #15
gnukish
Member
 
Registered: Apr 2005
Location: Neverland
Distribution: Slackware / Ubuntu
Posts: 171

Rep: Reputation: 30
Iam not sure abt SATA, those devices are for IDE perhaps.
 
  


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
[FC4] USB Stick unmounts itself every 30 seconds, cannot put data onit polemon Linux - Newbie 2 07-24-2005 11:34 PM
mount/umount usb stick - PQI Intelligent Stick 2.0 sandbag Linux - Software 5 05-06-2005 11:12 AM
im having trouble init wlan0 for twinmos g240 usb stick wlan card pyenos Linux - Hardware 5 03-01-2005 02:44 PM
USB-stick-trouble cippo Linux - Hardware 1 10-04-2004 05:21 PM
Install from USB Stick araldit Linux - Newbie 2 05-21-2004 12:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:23 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