LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Brand New Install of FC4, Trouble with USB Stick (https://www.linuxquestions.org/questions/linux-newbie-8/brand-new-install-of-fc4-trouble-with-usb-stick-338425/)

BuckRogers01 06-29-2005 12:26 PM

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

gnukish 06-29-2005 12:36 PM

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

BuckRogers01 06-29-2005 12:47 PM

thanks a bunch :P

BuckRogers01 06-29-2005 12:55 PM

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

gnukish 06-29-2005 01:09 PM

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.

BuckRogers01 06-29-2005 03:33 PM

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

gnukish 06-29-2005 11:38 PM

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 ...

BuckRogers01 06-30-2005 01:39 AM

I don't actually get any error messages, it just doesnt mount automatically and running judzu does mount it either (now)

gnukish 07-03-2005 11:55 AM

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

BuckRogers01 07-03-2005 01:17 PM

Just a quicky, How can I find out what is mounted?

Cheers, Buck

gnukish 07-03-2005 01:24 PM

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

BuckRogers01 07-03-2005 01:32 PM

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?

gnukish 07-03-2005 01:50 PM

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

BuckRogers01 07-03-2005 02:31 PM

I'm using SATA, and 'mount' says that sda1 is mounted as Ext3, which my drive is formatted in

gnukish 07-04-2005 12:04 AM

Iam not sure abt SATA, those devices are for IDE perhaps.


All times are GMT -5. The time now is 07:33 AM.