niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » Linux » Setup
problems mounting external drive
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
Author Message
JAD
*nix forums beginner


Joined: 03 Jun 2005
Posts: 3

PostPosted: Wed Jul 19, 2006 8:05 pm    Post subject: Re: problems mounting external drive Reply with quote

"onetitfemme" <onetitfemme2005@yahoo.com> wrote in message
news:1153328072.389159.248250@b28g2000cwb.googlegroups.com...
Quote:
I am trying to mount my external drive. I think it had a FAT32
partition of 80Gb (the whole drive), but I am not able to.
.
The drive may haver had powering problems (low power supply not a
spike).
.
Based on the output to the tried commands, what is happening to it?
.
How can i fix my drive? As I scarcely remember you could use qparted
to solve these kinds of problems, but I don't know about the details.
.
How can you fix the drive using knoppix or any other utility for that
matter?
.
Thank you

// __
sh-3.1# mount /dev/sda /media/sda1 -rw
mount: wrong fs type, bad option, bad superblock on /dev/sda, missing
codepage or other error
In some cases useful info is found in syslog - try dmesg | tail or so
.
// __
sh-3.1# fdisk -l /dev/sda

Disk /dev/sda: 80.0 GB, 80037281792 bytes
255 heads, 63 sectors/track, 9730 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sda doesn't contain a valid partition table
.
// __
sh-3.1# dmesg | grep -i sda
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
sda: unknown partition table
sd 0:0:0:0: Attached scsi disk sda
VFS: Can't find a valid FAT filesystem on dev sda.
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
sda: unknown partition table
sd 1:0:0:0: Attached scsi disk sda
VFS: Can't find a valid FAT filesystem on dev sda.
VFS: Can't find a valid FAT filesystem on dev sda.
VFS: Can't find a valid FAT filesystem on dev sda.
VFS: Can't find a valid FAT filesystem on dev sda.
.
// __
sh-3.1# lspci -v | grep HCI
0000:00:0f.0 FireWire (IEEE 1394): NEC Corporation uPD72874 IEEE1394
OHCI 1.1 3-port PHY-Link Ctrlr (rev 01) (prog-if 10 [OHCI])
Subsystem: NEC Corporation uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link
Ctrlr
.
// __
sh-3.1# modprobe usb-uhci
FATAL: Module usb_uhci not found.
sh-3.1# modprobe usb-ohci
FATAL: Module usb_ohci not found.
sh-3.1# modprobe usb-storage
sh-3.1#
.
// __
onetitfemme
otf




Your drive needs to be repartitioned and formatted to something other than
what it is (MAC OS?)
Back to top
Mike T.
*nix forums Guru Wannabe


Joined: 20 Feb 2005
Posts: 245

PostPosted: Wed Jul 19, 2006 5:33 pm    Post subject: Re: problems mounting external drive Reply with quote

"onetitfemme" <onetitfemme2005@yahoo.com> wrote in message
news:1153328072.389159.248250@b28g2000cwb.googlegroups.com...
Quote:
I am trying to mount my external drive. I think it had a FAT32
partition of 80Gb (the whole drive), but I am not able to.

(snip)

Well your error messages are indicating that the drive is not partitioned.
Back to top
onetitfemme
*nix forums beginner


Joined: 12 Oct 2005
Posts: 23

PostPosted: Wed Jul 19, 2006 4:54 pm    Post subject: problems mounting external drive Reply with quote

I am trying to mount my external drive. I think it had a FAT32
partition of 80Gb (the whole drive), but I am not able to.
..
The drive may haver had powering problems (low power supply not a
spike).
..
Based on the output to the tried commands, what is happening to it?
..
How can i fix my drive? As I scarcely remember you could use qparted
to solve these kinds of problems, but I don't know about the details.
..
How can you fix the drive using knoppix or any other utility for that
matter?
..
Thank you

// __
sh-3.1# mount /dev/sda /media/sda1 -rw
mount: wrong fs type, bad option, bad superblock on /dev/sda, missing
codepage or other error
In some cases useful info is found in syslog - try dmesg | tail or so
..
// __
sh-3.1# fdisk -l /dev/sda

Disk /dev/sda: 80.0 GB, 80037281792 bytes
255 heads, 63 sectors/track, 9730 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sda doesn't contain a valid partition table
..
// __
sh-3.1# dmesg | grep -i sda
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
sda: unknown partition table
sd 0:0:0:0: Attached scsi disk sda
VFS: Can't find a valid FAT filesystem on dev sda.
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 156322816 512-byte hdwr sectors (80037 MB)
sda: Write Protect is off
sda: Mode Sense: 11 00 00 00
SCSI device sda: drive cache: write back
sda: unknown partition table
sd 1:0:0:0: Attached scsi disk sda
VFS: Can't find a valid FAT filesystem on dev sda.
VFS: Can't find a valid FAT filesystem on dev sda.
VFS: Can't find a valid FAT filesystem on dev sda.
VFS: Can't find a valid FAT filesystem on dev sda.
..
// __
sh-3.1# lspci -v | grep HCI
0000:00:0f.0 FireWire (IEEE 1394): NEC Corporation uPD72874 IEEE1394
OHCI 1.1 3-port PHY-Link Ctrlr (rev 01) (prog-if 10 [OHCI])
Subsystem: NEC Corporation uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link
Ctrlr
..
// __
sh-3.1# modprobe usb-uhci
FATAL: Module usb_uhci not found.
sh-3.1# modprobe usb-ohci
FATAL: Module usb_ohci not found.
sh-3.1# modprobe usb-storage
sh-3.1#
..
// __
onetitfemme
otf
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
The time now is Thu Dec 04, 2008 4:21 am | All times are GMT
navigation Forum index » *nix » Linux » Setup
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Need help getting Sony DAT tape drive to work on Irix 6.5 trebor SGI/IRIX 1 Sun Apr 13, 2008 3:19 am
No new posts Winbind problems for ADS authentication nlinley networking 1 Tue Sep 19, 2006 9:22 am
No new posts CD/DVD Drive Speed John Howell Suse 0 Fri Jul 21, 2006 10:43 am
No new posts problems using oddmuse with mod_perl2 inside apache2.2 pe... Fergus McMenemie Perl 0 Fri Jul 21, 2006 9:48 am
No new posts Can't Select External Table from CSV File Resant Server 1 Fri Jul 21, 2006 2:45 am

Problem Mortgage | Loans | Buy Anything On eBay | Mortgage Calculator | Shares
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1602s ][ Queries: 20 (0.0729s) ][ GZIP on - Debug on ]