Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Peripherals / Hardware
Reload this Page Ntfs
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Peripherals / Hardware Is your hardware supported? Having trouble getting some hardware working? Post here!

Reply
 
Thread Tools Display Modes
Old 01-26-2008   #1 (permalink)
tmaleshafske
Just Joined!
 
Join Date: Jan 2008
Posts: 2
Ntfs

Need some help..
A friend of mine windows computer crashed...I am trying to recover his files..pics of his kids and so forth the problem I have though is this.

Windows won't recgonize the drive at all...

Linux sees the drive, but I can't access it.

I have tried numerous NTFS drivers including purchasing Paragon NTFS. When I use this and I type the command this is the error message I get.
Code:
 [root@maleshafske /]# mount -t ufsd /dev/sdd /mnt/test_ntfs
mount: unknown filesystem type 'ufsd'
anyone have any ideas. I am positive that i can recover the files if I can just get it to mount

Thomas

Last edited by devils casper; 01-26-2008 at 10:16 AM. Reason: added [code] tag and removed formatting.
tmaleshafske is offline   Reply With Quote
Old 01-26-2008   #2 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,108
Hi and Welcome !

Which Linux distro do you have?
You must specify Partition Number ( /dev/sddx ) too.
Execute fdisk -l command to check partition number and execute this
Code:
mount -t ntfs /dev/<partition> /mnt/test_ntfs -o defaults,umask=0
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 01-26-2008   #3 (permalink)
tmaleshafske
Just Joined!
 
Join Date: Jan 2008
Posts: 2
I am using CENTOS 5.1 i386 kernel version 2.6.18-53.1.6.el5
I used your command but stll recieve the same error:
Code:
[root@maleshafske /]# mount -t ntfs /dev/sdd2 /mnt/test_ntfs -o defaults,umask=0 
mount: unknown filesystem type 'ntfs'
One other note is that I can see it in my Gnome enviroment but when I go to click on it I get an error message of: CANNOT MOUNT VOLUME
The volume 'HPNOTEBOOK' uses the ntfs file system which is not supported by your system.

Logical Volume Management shows it unmounted and having 2 partion sdd1 and sdd2 respectfully...Data is located on sdd2

Appreciate it.

tmaleshafske

Last edited by devils casper; 01-26-2008 at 01:25 PM. Reason: removed color tag.
tmaleshafske is offline   Reply With Quote
Old 01-26-2008   #4 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,108
Execute this
Code:
fdisk -l
Post output here.


* Please use [ code ]...[ /code ] tag instead of color.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.


Last edited by devils casper; 01-26-2008 at 01:34 PM.
devils casper is offline   Reply With Quote
Old 01-31-2008   #5 (permalink)
freetimelou
Just Joined!
 
Join Date: Nov 2006
Posts: 1
Quote:
Originally Posted by devils_casper View Post
Execute this
Code:
fdisk -l
Post output here.


* Please use [ code ]...[ /code ] tag instead of color.
Hello I am having the same issue

Here is the output of my fisk -l




Disk /dev/hda: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/hda2 2551 24791 178650832+ f W95 Ext'd (LBA)
/dev/hda5 2551 5100 20482843+ b W95 FAT32
/dev/hda6 5101 24791 158167926 7 HPFS/NTFS

Disk /dev/hdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 4866 39082648+ 7 HPFS/NTFS

Disk /dev/hdd: 15.3 GB, 15367790592 bytes
255 heads, 63 sectors/track, 1868 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 1275 10241406 83 Linux
/dev/hdd2 1276 1530 2048287+ 82 Linux swap / Solaris



hope u can help
freetimelou is offline   Reply With Quote
Old 01-31-2008   #6 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,108
Hi and Welcome freetimelou !

Which Linux distro do you have?
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How Can I Write To An Ntfs Partition In Suse 10.1:fuse & Ntfs-3g Install Prolems?? 4joey1 SuSE Linux Help 1 12-18-2007 01:01 PM
Write permission on NTFS partition IceRed Redhat / Fedora Linux Help 1 04-26-2006 07:06 AM
enabling an NTFS kernel for mounting NTFS disks bobthebullet990 Redhat / Fedora Linux Help 2 11-07-2005 02:35 PM
Problems mounting an NTFS partition in sarge GytOwl82 Debian Linux Help 6 12-09-2004 03:51 PM
Adding ntfs modular support to the linux kernel naqi Linux Newbie 26 10-06-2003 09:05 PM




All times are GMT. The time now is 09:45 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0