Problem mounting harddisk


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Problem mounting harddisk
# 1  
Old 03-15-2010
Problem mounting harddisk

Hi all

I am having a great deal of trouble mounting a harddisk on my Ubuntu 9.10 desktop.

Output from "fdisk -l":

Code:
Disk /dev/sda: 640.1 GB, 640135028736 bytes
86 heads, 15 sectors/track, 969196 cylinders
Units = cylinders of 1290 * 512 = 660480 bytes
Disk identifier: 0x00000001

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1      208090   134217727+   4  FAT16 <32M

Disk /dev/sda1: 137.4 GB, 137438952960 bytes
86 heads, 15 sectors/track, 208089 cylinders
Units = cylinders of 1290 * 512 = 660480 bytes
Disk identifier: 0x00000001

     Device Boot      Start         End      Blocks   Id  System
/dev/sda1p1   *           1      208090   134217727+   4  FAT16 <32M



Output from "hdparm -I /dev/sda"

Code:
ATA device, with non-removable media
    Model Number:       WDC WD6400AACS-00G8B1                   
    Serial Number:      WD-WCAUF3116614
    Firmware Revision:  05.04C05
    Transport:          Serial, SATA 1.0a, SATA II Extensions, SATA Rev 2.5


Running kernel 2.6.31-20-generic #57-Ubuntu

I really need this mount as i contains all my images of my children...

Please help

Thx!

Last edited by pludi; 03-15-2010 at 06:50 PM.. Reason: code tags, please...
# 2  
Old 03-24-2010
What happens when you try to mount the drive?
# 3  
Old 03-25-2010
Try,

Code:
sudo mount -t vfat /dev/s*** /mnt/media

where mount media is a empty directory.
# 4  
Old 03-27-2010
Hi all

Thanks for your replies!

First I tried
Code:
fdisk /dev/sda -l

Disk /dev/sda: 640.1 GB, 640135028736 bytes
86 heads, 15 sectors/track, 969196 cylinders
Units = cylinders of 1290 * 512 = 660480 bytes
Disk identifier: 0x00000001

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1      208090   134217727+   4  FAT16 <32M

Then
Code:
fsck /dev/sda

fsck from util-linux-ng 2.16
e2fsck 1.41.9 (22-Aug-2009)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

Latest
Code:
mount -t vfat /dev/sda1 /mnt/winxp/

mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Any suggestions on these outputs?
# 5  
Old 03-27-2010
Code:
sudo mkdir -p /media/c

Code:
sudo mount -t vfat -o iocharset=utf8,umask=000 /dev/sda1 /media/c

# 6  
Old 03-27-2010
Thanks for your efforts!Smilie

Code:
/home/jnp# mount -t vfat -o iocharset=utf8,umask=000 /dev/sda1 /media/c
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Problem mounting SAMBA please help

I am trying to mount SAMBA/CIFS and it just won't work Here are my settings...please let me know what i did wrong This is Centos 6.4 box Thanks! cat /etc/samba/smb.conf comment = Samba path = /home/vm1/Desktop/samba writable = yes public = yes findsmb ... (3 Replies)
Discussion started by: nokia3310
3 Replies

2. HP-UX

Having problem with mounting in HPUX

Hi Gurus, I'm using HP-UX B.11.23 system. I've been having some problem in mounting a filesystem that has been defined in /etc/fstab as shown below. fstab entries: /dev/vgsap/ora10264 /oracle/PRD/102_64 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2 /dev/vgsap/orasapreog... (2 Replies)
Discussion started by: superHonda123
2 Replies

3. Solaris

E3500 Harddisk not found problem (First time user)

I'm first time user on Enterprise 3500 and got some problem, that I try to install Solaris 9 on this machine (and it work fine on Sun U10) it not found harddisk in fdisk command on 'ok prompt' I try probe-scsi-all but it show only Tape and CDrom in this machine I install 2 harddisk in... (2 Replies)
Discussion started by: Harmut
2 Replies

4. UNIX for Dummies Questions & Answers

mounting problem

I have successfully installed redhat linux in my PC. But when i am trying to mount cdrom with the command "mount /dev/sda1 /mnt/cdrom" I am getting the following error "Unknown device /dev/sda1". Can anyone help me in this regard. cheers RRK (3 Replies)
Discussion started by: ravi raj kumar
3 Replies

5. UNIX for Advanced & Expert Users

Harddisk partation problem

Hello! My harddisk is RZ1CB-CS SCSIWC.It runs radar application software on unix operating system.Now dev\rz0a partation not found.So it can't run application recorded at rz0a .How can i solve this problem.? (1 Reply)
Discussion started by: akzin
1 Replies

6. UNIX for Dummies Questions & Answers

CD mounting problem

I have a Sun9 server. When I put a CD into it, I keep getting: Server1{root}:$PWD=> mount: Permission denied mount: cannot mount /vol/dev/dsk/c0t6d0/roxio1 It mounts fine in my Sun8 boxes. What am I doing wrong? (I'm logged in as root). Thanks! (0 Replies)
Discussion started by: FredSmith
0 Replies

7. UNIX for Advanced & Expert Users

Harddisk partation problem

Hello! My harddisk is RZ1CB-CS SCSIWC.It runs radar application software on unix operating system.Now dev\rz0a partation not found.So it can't run application recorded at rz0a .How can i solve this problem.? (1 Reply)
Discussion started by: akzin
1 Replies

8. Shell Programming and Scripting

Mounting problem.

Hi, I wanted to mount my windows folder under linux using samba server.. I just run this command : $mount -t smbfs -o fmask=666,ajay //16.100.225.179/Build_stage /mnt/share ajay is user name .. it prompted for password i have given that now i saw error message like 27893: session setup... (1 Reply)
Discussion started by: ajayyadavmca
1 Replies

9. UNIX for Dummies Questions & Answers

Problem with mounting

Hi people, I've made some search about it but i didn't find anything. I tried to mount my floppy, mount -t /dev/fd0 /mnt but it didn't work... it says : "Device not configured". Can you help me please??? And mounting my dos partiton... mount -t vfat /dev/hdc1... (6 Replies)
Discussion started by: Erythro73
6 Replies

10. UNIX for Dummies Questions & Answers

mounting disk problem

i am using Interactive Unix 4.1.1 and i have a disk from a another unix machine which is Unix Slackware 2.1 i'm having problem mounting the disk. it gives me an error message, ??? is there any solution to this ??? it say the disk has invalid file system (1 Reply)
Discussion started by: mharck29
1 Replies
Login or Register to Ask a Question