LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Flash drive help (https://www.linuxquestions.org/questions/linux-newbie-8/flash-drive-help-741120/)

l3it 07-20-2009 01:19 PM

the only thing i have in /mnt is cdrom and windrive

l3it 07-20-2009 01:22 PM

.
 
the only things in mnt are cdrom and windrive

linus72 07-20-2009 01:24 PM

so that means your flashdrive isn't mounted

in terminal type in "fdisk -l"
as root, that's a dash and little L

do that with usb in computer

it will see usb as sdc1, sdf1, sdb1, etc

then make a mountpoint
"mkdir /mnt/sdxx"
where xx is the flashdrive
like
"mkdir /mnt/sdb1"
then mount it
"mount /dev/sdb1 /mnt/sdb1"
now its mounted and should appear under /mnt in file manager

YOU MUST USE THE UNMOUNT COMMAND before you take the usb out!!
use
"umount /mnt/sdb1"

if you pull the usb out of computer before unmounting it will damage it:(

l3it 07-20-2009 01:42 PM

ok i have /dev/sda: 8029 Mb

then i have
Device boot /dev/sda1

witch one is it

linus72 07-20-2009 01:44 PM

is your usb 8gb?

if so that's it
sda1 is your usb

so to open a root file manager in terminal
become root and
"nautilus"
and then access the usb

l3it 07-20-2009 01:50 PM

ok i got it mounted and transfering the files
i hope its moving them to the usb lol

l3it 07-20-2009 01:55 PM

i get this msg in terminal. (nautilus:6843):Gtk-Critical **: file gtkprogress.c: line 583 (gtk_progress_set_precentage) assertion 'percentage >= 0 && percentage <= 1.0' failed

l3it 07-20-2009 02:26 PM

ok i got it to work. how do i thank you?

linus72 07-20-2009 02:59 PM

just click the thumbs-up button there-->below
and also mark the thread "solved" by using the "thread tools"
right above the title of your 1st post above, to the right

And you can help me with redhat
cause I need to learn it:)

Simon Bridge 07-21-2009 01:08 AM

@l3it: you need to answer questions if we are to help you. Please reread and respond to post #11. Thank you.

[edit]I see you got it to work - well done.


All times are GMT -5. The time now is 10:30 PM.