LinuxQuestions.org
Review your favorite Linux distribution.
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 02-16-2004, 03:10 PM   #1
bennettg
Member
 
Registered: Dec 2003
Distribution: SuSe Pro 9.0
Posts: 49

Rep: Reputation: 15
Can't mount USB drive in knoppix


I cannot seem to mount my USB thumb drive in knoppix. I am new to linux and have tried to follow various threads on the boards.

I am running knoppix on a computer that has windows xp and suse 9.0 on a dual-boot hard drive.

when i use the terminal as root, I can see that it sees my usb drive and its number is 3.

when I try to mount it by:

mkdir /mnt/USB (this works ok)

mount -t vfat /dev/sda3 /mnt/USB



I get:


mount: wrong fs type, bad option, bad superblock on /dev/sda3,
or too many mounted file systems


Help.......thanks in advance!

Newbie leaving M$
 
Old 02-16-2004, 08:19 PM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Is the thumbdrive really /dev/sda3? You can check with (as root) fdisk -l (that is a lowercase L).
 
Old 02-16-2004, 08:29 PM   #3
bennettg
Member
 
Registered: Dec 2003
Distribution: SuSe Pro 9.0
Posts: 49

Original Poster
Rep: Reputation: 15
Maybe I was wrong......here is the output, but I still don't knwo what to do with it.....thanks in advance

root@ttyp0[knoppix]# fdisk -l

Disk /dev/hda: 13.5 GB, 13578485760 bytes
255 heads, 63 sectors/track, 1650 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 701 5630751 7 HPFS/NTFS
/dev/hda2 702 714 104422+ 83 Linux
/dev/hda3 715 1569 6867787+ 83 Linux
/dev/hda4 1570 1650 650632+ f W95 Ext'd (LBA)
/dev/hda5 1570 1650 650601 82 Linux swap
root@ttyp0[knoppix]#
 
Old 02-16-2004, 08:32 PM   #4
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Is the thumbdrive plugged in? There is no mention of any 'scsi' devices. If it is not plugged in yet, then plug it in, run the above command again and look for any /dev/sdXX partitions.
 
Old 02-16-2004, 08:38 PM   #5
bennettg
Member
 
Registered: Dec 2003
Distribution: SuSe Pro 9.0
Posts: 49

Original Poster
Rep: Reputation: 15
Disk /dev/sda: 262 MB, 262144000 bytes
9 heads, 56 sectors/track, 1015 cylinders
Units = cylinders of 504 * 512 = 258048 bytes

Device Boot Start End Blocks Id System
/dev/sda1 ? 3809427 4889659 272218546+ 20 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(356, 97, 46) logical=(3809426, 4, 31)
Partition 1 has different physical/logical endings:
phys=(357, 116, 40) logical=(4889658, 7, 27)
Partition 1 does not end on cylinder boundary.
/dev/sda2 ? 2639255 3708652 269488144 6b Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 110, 57) logical=(2639254, 3, 19)
Partition 2 has different physical/logical endings:
phys=(269, 101, 57) logical=(3708651, 6, 50)
Partition 2 does not end on cylinder boundary.
/dev/sda3 ? 1069424 3843953 699181456 53 OnTrack DM6 Aux3
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(345, 32, 19) logical=(1069423, 3, 32)
Partition 3 has different physical/logical endings:
phys=(324, 77, 19) logical=(3843952, 8, 47)
Partition 3 does not end on cylinder boundary.
/dev/sda4 * 2767119 2767161 10668+ 49 Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(87, 1, 0) logical=(2767118, 3, 24)
Partition 4 has different physical/logical endings:
phys=(335, 78, 2) logical=(2767160, 6, 24)
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

Disk /dev/hda: 13.5 GB, 13578485760 bytes
255 heads, 63 sectors/track, 1650 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 701 5630751 7 HPFS/NTFS
/dev/hda2 702 714 104422+ 83 Linux
/dev/hda3 715 1569 6867787+ 83 Linux
/dev/hda4 1570 1650 650632+ f W95 Ext'd (LBA)
/dev/hda5 1570 1650 650601 82 Linux swap
 
Old 02-16-2004, 08:58 PM   #6
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Does your thumb drive really have 4 partitions? If so, then you could try mounting as you were trying above, but using the other partitions. For example, mount -t vfat /dev/sdaX /mnt/USB It does, however, seem a little strange that you should get those errors.
 
Old 02-16-2004, 09:16 PM   #7
bennettg
Member
 
Registered: Dec 2003
Distribution: SuSe Pro 9.0
Posts: 49

Original Poster
Rep: Reputation: 15
I do not think my usb drive has any partitions other than fat32.
The computer that I am running the knoppix live cd from has win xp and suse 9.o linux on the hard drives. are these the partitions?
 
Old 02-17-2004, 07:48 AM   #8
ac1980
Member
 
Registered: Aug 2003
Location: Trento, Italy
Distribution: Debian testing
Posts: 394

Rep: Reputation: 30
1) Please don't double post.
2) check this:
http://www.linuxquestions.org/questi...569#post764569
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Mount usb drive, umount and mount another drive arubin Linux - Hardware 9 01-17-2007 03:46 AM
USB drive mount double mount issue pazzport Ubuntu 3 10-10-2005 08:28 PM
Need help using a USB drive in Knoppix Orange Sunshine Linux - Software 3 07-20-2004 11:27 PM
Can't mount USB drive in knoppix bennettg Linux - Hardware 9 02-19-2004 08:07 AM
mount usb module then mount usb hard drive guanyu Linux - Hardware 1 10-08-2003 11:50 AM

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

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