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 Thread Tools Display Modes
Old 30-07-2008, 10:21 PM   #1 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Partion Revivde !


As you must be knowing that I messed the partition table.. My hdd was gone for repair.. The vendor was pathetic he couldn't fix it. I got the HDD today and booted through Mandriva.. The Testdisk was pre-installed by me .. So I used and restore the Table..

Every thing working fine . .Except my 11 Gb NTFS partition didn't mount .. Please help me



My Fdisk -l OPutput
Code:
[root@localhost ~]# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0dd6c6bd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3187    25599546    7  HPFS/NTFS
/dev/sda2            3188        8287    40965750    f  W95 Ext'd (LBA)
/dev/sda3            8288        9607    10602900   83  Linux
/dev/sda4            9608        9729      979965   82  Linux swap / Solaris
/dev/sda5            3188        4520    10707291    7  HPFS/NTFS
/dev/sda6            5738        8287    20482843+   7  HPFS/NTFS

Disk /dev/sdb: 20.4 GB, 20411080704 bytes
255 heads, 63 sectors/track, 2481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9e7b9e7b

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1         892     7164958+  83  Linux
/dev/sdb2            2351        2482     1048320   82  Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sdb3             893        1529     5116702+  83  Linux
/dev/sdb4            1530        2350     6594682+  83  Linux
Regards

__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-07-2008, 10:33 PM   #2 (permalink)
peeing on Assembly line
 
Join Date: Jul 2008
Posts: 21
Default Re: Partion Revivde !

@shashwat : install ntfsprogs in your ubuntu. then run this command :

"sudo ntfsfix /dev/sda5 " .may be you should have to reboot into window$ if available.
__________________
unban praka123 fsf.org <--- new revolution taking years but succeeding in a regular phase :)
humanbeing is offline  
Old 30-07-2008, 10:39 PM   #3 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

^^I don't have Ubuntu and don't have Windows
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 30-07-2008, 10:54 PM   #4 (permalink)
peeing on Assembly line
 
Join Date: Jul 2008
Posts: 21
Default Re: Partion Revivde !

dont worry ,some live distro ,use "ntfsfix " tool
__________________
unban praka123 fsf.org <--- new revolution taking years but succeeding in a regular phase :)
humanbeing is offline  
Old 30-07-2008, 11:11 PM   #5 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

Used Ntfsconfig but getting same error

Code:
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sda5': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 30-07-2008, 11:13 PM   #6 (permalink)
peeing on Assembly line
 
Join Date: Jul 2008
Posts: 21
Default Re: Partion Revivde !

^you now need window$ or some win livecd to rescue that partition. my bet is ,you backup the data on that partition ,then reformat as ntfs or whatever and replace data. -else use some win live cd.
__________________
unban praka123 fsf.org <--- new revolution taking years but succeeding in a regular phase :)
humanbeing is offline  
Old 31-07-2008, 03:13 PM   #7 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Partion Revivde !

use force
and beat the crap out of obstinate partition

a typical example to be forceful
Quote:
UUID=C21477C91477BECB /media/dld ntfs defaults,force,umask=007,gid=46 0 1
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 31-07-2008, 03:23 PM   #8 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,492
Default Re: Partion Revivde !

Quote:
Originally Posted by T159 View Post
use force
and beat the crap out of obstinate partition

a typical example to be forceful
works for me all the time
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 31-07-2008, 04:34 PM   #9 (permalink)
NP : Crysis
 
xbonez's Avatar
 
Join Date: Mar 2007
Location: City 17
Posts: 1,434
Default Re: Partion Revivde !

when i read the thread title, i thought it is about some new slick Sci-Fi game
__________________
Gaming: Phenom II x4 965BE @ 3.6Ghz/Corsair H50 Liquid Cooling/MSI 790FX-GD70/2x2GB GSkill Ripjaws 7-7-7-24/3 x GTX 470 w/Zalman VF3000F/Corsair 850W PSU/Antec 1200/2xSpinpoint F3 500Gb RAID 0
xbonez is offline  
Old 31-07-2008, 04:36 PM   #10 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,492
Default Re: Partion Revivde !

Quote:
Originally Posted by xbonez View Post
when i read the thread title, i thought it is about some new slick Sci-Fi game
What kind of game would have such a stupid name ?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 31-07-2008, 05:35 PM   #11 (permalink)
NP : Crysis
 
xbonez's Avatar
 
Join Date: Mar 2007
Location: City 17
Posts: 1,434
Default Re: Partion Revivde !

well, then what is 'Partion Revivde' supposed to mean?
__________________
Gaming: Phenom II x4 965BE @ 3.6Ghz/Corsair H50 Liquid Cooling/MSI 790FX-GD70/2x2GB GSkill Ripjaws 7-7-7-24/3 x GTX 470 w/Zalman VF3000F/Corsair 850W PSU/Antec 1200/2xSpinpoint F3 500Gb RAID 0
xbonez is offline  
Old 31-07-2008, 05:47 PM   #12 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Partion Revivde !

Yeah lol I thought it as a new Gparted competitor
Partition Revivde hahaha
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 31-07-2008, 09:24 PM   #13 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Partion Revivde !

Quote:
/dev/sda5 3188 4520 10707291 7 HPFS/NTFS
/dev/sda6 5738 8287 20482843+ 7 HPFS/NTFS
Your disk's partition table is not correct yet. There is a little unpartitioned space between /dev/sda5 and /dev/sda6.
Try to use force option as suggested by other members.
Boot up from any LiveCD or boot up other installed Linux and execute this
Code:
mkdir /media/sda5
mount -t ntfs /dev/sda5  /media/sda5  -o defaults,force,umask=0
ls /media/sda5
* I assumed that device name assigned to NTFS partition in question will remain /dev/sda5 on booting from LiveCD and/or Harddisk. Change it accordingly.
You must have root privileges to execute above commands even if you are using LiveCD.

Last edited by ghost at rest; 31-07-2008 at 09:29 PM.
ghost at rest is offline  
Old 01-08-2008, 12:08 PM   #14 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

Code:
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0dd6c6bd

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        3187    25599546    7  HPFS/NTFS
/dev/sdb2            3188        8287    40965750    f  W95 Ext'd (LBA)
/dev/sdb3            8288        9729    11582865    7  HPFS/NTFS
/dev/sdb5            3188        4520    10707291    7  HPFS/NTFS
/dev/sdb6            5738        8287    20482843+   7  HPFS/NTFS
/dev/sdb7            4521        5737     9775521    7  HPFS/NTFS

Partition table entries are not in disk order
root@shashwat-desktop:/home/shashwat# UUID=C21477C91477BECB /dev/sdb3 ntfs defaults,force,umask=007,gid=46 0 1 
bash: /dev/sdb3: Permission denied
root@shashwat-desktop:/home/shashwat# mkdir /media/sda5
root@shashwat-desktop:/home/shashwat# mount -t ntfs /dev/sda5  /media/sda5  -o defaults,force,umask=0
ntfs-3g: Failed to access volume '/dev/sda5': No such file or directory
Please type '/sbin/mount.ntfs --help' for more information.
root@shashwat-desktop:/home/shashwat# ls /media/sda5
root@shashwat-desktop:/home/shashwat#
Yea there was 10 Gb unpartitioned space.. I created anew NTFS using Gparted .. Now how do use force :! Please help me I never used that

Bump Somebody help
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/

Last edited by Dark Star; 01-08-2008 at 03:15 PM. Reason: Automerged Doublepost
Dark Star is offline  
Old 01-08-2008, 03:38 PM   #15 (permalink)
Alpha Geek
 
paroh's Avatar
 
Join Date: Jul 2008
Posts: 781
Default Re: Partion Revivde !

Try partition disk doctor
paroh is offline  
Old 01-08-2008, 06:56 PM   #16 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Partion Revivde !

As I mentioned in last post, change device name according to output of fdisk -l command.
NTFS partition is /dev/sdb5 now.
Execute this
Code:
mkdir /media/sdb5
mount -t ntfs-3g  /dev/sdb5  /media/sdb5 -o defaults,force,umask=0
ls /media/sdb5
ghost at rest is offline  
Old 01-08-2008, 10:36 PM   #17 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Partion Revivde !

^^may the force be with you !

btw ghost at rest where were you all the time ? Should have joined this forum well before and helped many till now.
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 01-08-2008, 11:33 PM   #18 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

Quote:
Originally Posted by ghost at rest View Post
As I mentioned in last post, change device name according to output of fdisk -l command.
NTFS partition is /dev/sdb5 now.
Execute this
Code:
mkdir /media/sdb5
mount -t ntfs-3g  /dev/sdb5  /media/sdb5 -o defaults,force,umask=0
ls /media/sdb5
.
Code:
root@shashwat-desktop:/home/shashwat# mkdir /media/sdb5
root@shashwat-desktop:/home/shashwat# mount -t ntfs-3g  /dev/sdb5  /media/sdb5 -o defaults,force,umask=0
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb5': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
root@shashwat-desktop:/home/shashwat# ls /media/sdb5
root@shashwat-desktop:/home/shashwat#
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 01-08-2008, 11:43 PM   #19 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Partion Revivde !

where is teh force switch ???

use force man !

__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 02-08-2008, 07:59 AM   #20 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Partion Revivde !

Quote:
Originally Posted by Dark Star
$MFTMirr does not match $MFT (record 0).
/dev/sdb5 partition has been corrupted and wont allow write access. Try to mount it as Read only. If it mounts, copy its data and recreate/format partition.
Code:
mount -t ntfs  /dev/sdb5  /media/sdb5  -o   defaults,force,umask=0
ls /media/sdb5
Quote:
Originally Posted by T159
btw ghost at rest where were you all the time ? Should have joined this forum well before and helped many till now.
I am using Linux for last two years only. Frankly, I didn't know about digitforum and joined other. I was searching for an Indian Forum where I can meet my own people, learn and help others ( if possible ).
I am glad I find digitforum !

Last edited by ghost at rest; 02-08-2008 at 10:06 PM.
ghost at rest is offline  
Old 02-08-2008, 07:18 PM   #21 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

Code:
shashwat@shashwat-desktop:~$ sudo mount -t nffs  /dev/sdb5  /media/sdb5  -o   defaults,force,umask=0
[sudo] password for shashwat: 
mount: unknown filesystem type 'nffs'
@TI59 :ABey force command .. I don't lknow about that ? Help me learn it
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 02-08-2008, 07:47 PM   #22 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Partion Revivde !

Quote:
Originally Posted by Dark Star View Post
Code:
shashwat@shashwat-desktop:~$ sudo mount -t nffs  /dev/sdb5  /media/sdb5  -o   defaults,force,umask=0
[sudo] password for shashwat: 
mount: unknown filesystem type 'nffs'
@TI59 :ABey force command .. I don't lknow about that ? Help me learn it
noob its ntfs not nffs
and you dont even hav to use -t switch, the mount will automatically detect the filesystem type
use
Quote:
sudo mount /dev/sdb5 /media/sdb5 -o defaults,force,umask=0
just came to say that, and yeah now the buttons are working.
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 02-08-2008, 07:51 PM   #23 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

Same freaking error :!

I know its NTFS but since he has mentioned that in bold thats why I did the same
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 02-08-2008, 08:07 PM   #24 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Partion Revivde !

Quote:
Originally Posted by Dark Star View Post
Same freaking error :!

I know its NTFS but since he has mentioned that in bold thats why I did the same
try this

Quote:
sudo -i
ntfsfix /dev/sdb5
ntfs-3g /dev/sdb5 /mnt/ntfs -o force
http://ubuntuforums.org/showpost.php...3&postcount=16


always hav knoppix at your disposal
Quote:
"Anyways, a couple of days ago I had a major hard drive crash that corrupted
all my NTFS volumes. XP refused to boot, no safe mode, the recovery console
wouldn't start, nothing. I was able to boot with the CD and navigate to my
FAT32 volume (whoever said NTFS was more reliable than FAT32 was smokin'
something). But unfortunately GHOST would hang at the start up screen.
Apparently GHOST was just as unhappy with my corrupted NTFS vols as XP!
So, I whipped out my Knoppix LiveCD (which happily mounted all the "corrupt"
NTFS volumes. Sometimes I wonder why I still use Windows...) and did a
ntfsfix on all the drive volumes (except the FAT32 obviously). Miraculously,
that did the trick. XP booted up, performed all the chkdsk for each NTFS vol
and everything looks normal."
http://www.lostechies.com/blogs/jaso...pted-ntfs.aspx
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono

Last edited by Faun; 02-08-2008 at 08:15 PM. Reason: Automerged Doublepost
Faun is offline  
Old 02-08-2008, 08:40 PM   #25 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Partion Revivde !

Code:
root@shashwat-desktop:~# ntfsfix /dev/sdb5
Mounting volume... FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 0...OK
FAILED
$MFTMirr error: Invalid mft record for $MFTMirr.
root@shashwat-desktop:~# ntfs-3g /dev/sdb5 /mnt/ntfs -o force 
$MFTMirr error: Invalid mft record for '$MFTMirr'.
Failed to mount '/dev/sdb5': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
root@shashwat-desktop:~#
Ok will download knoppix
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create a Partion naveen_reloaded QnA (read only) 5 30-07-2008 11:54 PM
Partion for hard disk 320 gb anni QnA (read only) 1 15-07-2008 09:36 PM
help me regarding hard disk partion pritzdj QnA (read only) 2 15-05-2008 01:28 PM
partion limit rounit Software Q&A 1 15-10-2006 09:16 AM
Need a partion manager logins QnA (read only) 7 15-04-2006 10:44 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:46 PM.


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

Search Engine Optimization by vBSEO 3.3.2