Results 11 to 15 of 15
Just post the output of
Code:
sudo fdisk -l...
- 03-02-2007 #11
Just post the output of
Code:sudo fdisk -l
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-02-2007 #12Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
Unable to post the output of fdisk -l /dev/hda1 as am using my laptop for this forum but have copied it as,
"Disk /dev/hda1: 61.4GB
16 heads, 63 sectors/track, 119132 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
This doesn't look like a partition table
Probably you selected the wrong device
Device Boot Start End Blocks ID System
/dev/hda1p1 ? 216399 1904881 850995205 72 Unknown
Partition does not end on cylinder boundary"
This is repeated for p2, p3 & p4 and finally says
"Partition table entries are not in disk order"
Hope this helps - Bruce
- 03-02-2007 #13
We are not talking about
We are talking about :Code:sudo fdisk -l /dev/hda1
But anyway fdisk list your /dev/hda1 partition as "unknown", so therefor I doubt you will be able to mount it as NTFS.Code:sudo fdisk -l
Perhaps you can try ntfsfix :
http://man.linux-ntfs.org/ntfsfix.8.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-02-2007 #14Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
ok when i run sudo fdisk -l, i get,
Disk /dev/hda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks ID System
/dev/hda1 * 1 7475 60042906 7 HPFS/NTFS
Hopr this helps --- Bruce
- 05-27-2008 #15Just Joined!
- Join Date
- May 2008
- Posts
- 3
It appears you do not have root access.
Originally Posted by brucebd
If you are going to attempt to access the ntfs volume you should have root/admin rights.
1. Get Root/Admin
2. to identify ntfsCode:sudo su
3. To mount ntfs (from the location determined from step 2)Code:cat /etc/fstab <enter>
4. When complete don't forget to unmount the drive.Code:ntfs-3g /dev/(your ntfs drive, ex. sda1, hda1) /media/(your drive designation)
[offtopic]You might also try a virus scan with clamscan -i -r, once you have access to the ntfs. Make sure you update it first. You can choose remove (delete) as an option don't believe there is a rename option. Write down locations of potential threats if you don't remove. check the man clamscan for details.[/offtopic]Code:umount /media/(your drive designation)
Caution: This only works on knoppix 5.1.1 and later.



