LinuxQuestions.org
Review your favorite Linux distribution.
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 12-24-2010, 07:18 AM   #1
patrickman
LQ Newbie
 
Registered: Dec 2010
Posts: 8

Rep: Reputation: 0
USB problem


Hello,

I'm new to Linux and have recently installed Backtrack 4 R2. When I try to move files to my USB stick, backtrack doesn't give any screen with options to open the usb device or somewhat. Backtrack does recognize the stick. The USB is formatted to ext3.
What to do?
 
Old 12-24-2010, 07:25 AM   #2
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Hi and welcome to LinuxQuestions!

I'm not used to Backtrack, but first check if the USB device has not really been detected. From a terminal (as root) run the command
Code:
fdisk -l
and see if it's listed along with the internal hard drive and its partitions. Post the output of the command above if in doubt.
 
Old 12-24-2010, 12:41 PM   #3
patrickman
LQ Newbie
 
Registered: Dec 2010
Posts: 8

Original Poster
Rep: Reputation: 0
This is the screen given by the commando fdisk -l



Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3a5205a3

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 18899 151702793+ 7 HPFS/NTFS
/dev/sda3 18900 50368 252771081+ 7 HPFS/NTFS
/dev/sda4 50369 60801 83803072+ 5 Extended
/dev/sda5 50369 60371 80349066 83 Linux
/dev/sda6 60372 60801 3453943+ 82 Linux swap / Solaris

Disk /dev/sdb: 16.0 GB, 16026435072 bytes
254 heads, 63 sectors/track, 1956 cylinders
Units = cylinders of 16002 * 512 = 8193024 bytes
Disk identifier: 0x00093bbd

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1955 15641929 83 Linux
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3a5205a3

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 18899 151702793+ 7 HPFS/NTFS
/dev/sda3 18900 50368 252771081+ 7 HPFS/NTFS
/dev/sda4 50369 60801 83803072+ 5 Extended
/dev/sda5 50369 60371 80349066 83 Linux
/dev/sda6 60372 60801 3453943+ 82 Linux swap / Solaris

Disk /dev/sdb: 16.0 GB, 16026435072 bytes
254 heads, 63 sectors/track, 1956 cylinders
Units = cylinders of 16002 * 512 = 8193024 bytes
Disk identifier: 0x00093bbd

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1955 15641929 83 Linux

I think the USB device is

Disk /dev/sdb: 16.0 GB, 16026435072 bytes
254 heads, 63 sectors/track, 1956 cylinders
Units = cylinders of 16002 * 512 = 8193024 bytes
Disk identifier: 0x00093bbd, because it's 16 GB

Last edited by patrickman; 12-24-2010 at 12:45 PM.
 
Old 12-24-2010, 12:51 PM   #4
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
OK, so it's present and has a partition on it -- as you knew already but it's nice to have the confirmation.

Next questions in the analysis are whether it has a file system which can be mounted and can you copy files to it outside of Backtrack.

Is it automatically mounted when plugged in? df -hT would show that.

It might be useful to know which Linux you are using and which desktop.
 
Old 12-24-2010, 12:55 PM   #5
patrickman
LQ Newbie
 
Registered: Dec 2010
Posts: 8

Original Poster
Rep: Reputation: 0
I've been googling and now it's working!!!
So this topic can be closed

Last edited by patrickman; 12-24-2010 at 04:07 PM.
 
Old 12-24-2010, 10:00 PM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by patrickman View Post
I've been googling and now it's working!!!
So this topic can be closed
Care to share the solution?

Topics are marked CLOSED by the original poster; it can be done via the Thread Tools menu.
 
Old 12-25-2010, 04:23 AM   #7
patrickman
LQ Newbie
 
Registered: Dec 2010
Posts: 8

Original Poster
Rep: Reputation: 0
The problem is that I don't know the exact commands I used.
The only thing I can remember is the command dmesg tail
 
  


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
problem with usb when connecting usb modem abhijitghube Linux - Hardware 4 01-24-2009 01:16 AM
Problem with usb pendrive and usb modem ZTE ZXDSL 852 AM33N Linux - Hardware 3 12-10-2008 03:25 AM
USB Scanner problem: usb 1-2: device not accepting address 3, error -71 lagartoflojo Slackware 1 11-13-2004 04:26 PM
Problem with Mandrake 10.0 Community, Sagem usb modem and logitech usb mouse. al370601 Mandriva 4 04-29-2004 06:48 PM
Problem with USB controllers and USB CD-Writer gary.chan Linux - Hardware 0 08-09-2003 03:41 AM

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

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