Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack (1) Thread Tools Display Modes
Old 13-10-2008, 11:58 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default [SOS] a partition on backup drive can't be mounted


I can't mount a partition present on one of my backup drives.
I ran fsck on this partition, and after that its being detected as "ext4"
HDD is working perfectly fine and data on NTFS partition can be access easily.

I just hope my Data on it is safe.

Code:
gaurish  ~  $   sudo fdisk -l    
Partition table entries are not in disk order

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x087f1d56

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               2       38913   312560640    f  W95 Ext'd (LBA)
/dev/sdb5               2       26557   213311038+   7  HPFS/NTFS
/dev/sdb6           26558       38913    99249538+  83  Linux
Code:
gaurish  ~  $   sudo mount -t ext4 /dev/sdb6 /media/fl/
mount: unknown filesystem type 'ext4'
gaurish  ~  $   sudo mount -t ext3 /dev/sdb6 /media/fl/
mount: wrong fs type, bad option, bad superblock on /dev/sdb6,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
Code:
gaurish  ~  $   dmesg | tail
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 00 38 00 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1 < sdb5 sdb6 >
sd 2:0:0:0: [sdb] Attached SCSI disk
sd 2:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete
EXT3-fs: sdb6: couldn't mount because of unsupported optional features (ca9bc1e0).
Please help

Bump
anyone please?

Last edited by gary4gar; 14-10-2008 at 11:03 PM. Reason: Automerged Doublepost
gary4gar is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-10-2008, 09:05 PM   #2 (permalink)
Resistance is Futile.
 
coolpcguy's Avatar
 
Join Date: Oct 2007
Location: Borg Cube
Posts: 534
Default Re: [SOS] a partition on backup drive can't be mounted

Quote:
EXT3-fs: sdb6: couldn't mount because of unsupported optional features (ca9bc1e0).
have you encrypted/compressed using NTFS or BitLocker ?

also let Linux autodetect the fs type, just give
Code:
sudo mount  /dev/sdb6 /media/fl/
__________________
Super User ♦ Moderator | chip/tech2 forum Mod | About me

Gadgets: HP Envy 14 | Google Cr-48 | D-Link DGL 4500 | Denon AH-C360 | Fiio E5 | Galaxy SII GT-I9100 | Dell U2312HM
coolpcguy is offline  
Old 16-10-2008, 11:53 AM   #3 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: [SOS] a partition on backup drive can't be mounted

Code:
gaurish  ~  $   sudo mount /dev/sdb6 /media/fl/
mount: unknown filesystem type 'ext4'
Please help to recover data on this drive
gary4gar is offline  
Old 19-10-2008, 11:16 AM   #4 (permalink)
Resistance is Futile.
 
coolpcguy's Avatar
 
Join Date: Oct 2007
Location: Borg Cube
Posts: 534
Default Re: [SOS] a partition on backup drive can't be mounted

Hmm do you have Windows installed? try logging into WIndows, use a tool such as DiskInternals LinuxReader and check it can read this drive.

I'm suggesting LinuxReader as it can only read, not write to the partition, thus preventing any chances of corruption
__________________
Super User ♦ Moderator | chip/tech2 forum Mod | About me

Gadgets: HP Envy 14 | Google Cr-48 | D-Link DGL 4500 | Denon AH-C360 | Fiio E5 | Galaxy SII GT-I9100 | Dell U2312HM
coolpcguy is offline  
Old 25-10-2008, 08:29 PM   #5 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: [SOS] a partition on backup drive can't be mounted

What filesystem was it earlier? ext3? or ntfs?
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/99748-sos-partition-backup-drive-cant-mounted.html
Posted By For Type Date
Myself and My Life | Gaurish Sharma Live This thread Refback 30-07-2011 11:39 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting External Drive Partition hitman050 QnA (read only) 2 13-08-2007 06:32 PM
can an image mounted by any software be booted ? go_gamez Software Q&A 7 22-08-2006 11:40 PM
Partition hard drive abhi_10_20 QnA (read only) 2 29-07-2006 11:32 AM
How To Create Partition On OS Drive s18000rpm QnA (read only) 2 14-07-2006 09:44 AM
Please help me partition my drive devilhead_satish QnA (read only) 3 25-08-2005 10:07 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 02:55 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2