LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-15-2003, 02:15 AM   #1
widowmaker
LQ Newbie
 
Registered: Aug 2003
Posts: 4

Rep: Reputation: 0
Can linux see/use files ntfs disks?


hey guys,
Well today i'm a mandrake user...and a happy one too. Having tried in the past without luck (seeing modem) today i've managed to crack the linux gold pot. I've installed mandrake 9.0 (upgrading to 9.1 soon) onto a 20gig hdd without any problems at all. Now i'm wondering if i use my old 40gig ntfs drive as a slave and read/use the contents from it?? I have plugged it in and mandrake has detected it without problems but now i'm not sure how to read it's contents. From memory linux wont read contents of fat32 or ntfs disks....but that was ages ago so i'm hoping things may have changed. Alternatelly are there any programs that can convert a drive from ntfs to the linux happy type of file system while keeping the contents of the drive intact??

as you can tell im a noob with linux so any help is much apreciated.
 
Old 08-15-2003, 02:17 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Welcome to LQ

Currently linux can read and write to Fat32, and can read from NTFS.

If Mandrake already set it all up for you, you just have to go to the relative directory it's mounted at. Usually in /mnt

If you post up:
/etc/fstab
We might be able to guide you to the exact location a bit better

Cool
 
Old 08-15-2003, 02:51 AM   #3
widowmaker
LQ Newbie
 
Registered: Aug 2003
Posts: 4

Original Poster
Rep: Reputation: 0
Damn that was quick

ok when i go /mnt i find that konqueror freezes.

heres /etc/fstab...

/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/hdd,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

guessing that there's still another step i need to make here.

thanks for your help MasterC. Have to go to work now but will check back with the board in the morning.

widowmaker
 
Old 08-15-2003, 03:05 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Yeah, it doesn't look like it has set it up quite yet. Can you tell us where the drive is? What I mean is:
Primary Master
Primary Slave
Secondary Master
Secondary Slave
Or is it on a controller card?

Post up what you get from typing:
fdisk -l

Cool
 
Old 08-15-2003, 03:17 AM   #5
widowmaker
LQ Newbie
 
Registered: Aug 2003
Posts: 4

Original Poster
Rep: Reputation: 0
Yeah sorry, the drive i'm attempting to see is a primary slave drive.

i don't seem to be getting anything happeing when i type fdisk -|

:/ gotto run now but will have a looksi when i'm home
 
Old 08-15-2003, 04:12 AM   #6
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Open a Konsole

su
Then type your root paswword

mkdir /mnt/windows

(now you've got a mount point) - next

kedit /etc/fstab

(your fstab file will open)

Put an entry at the bottom of your /etc/fstab file on a new line.

/dev/hdb1 /mnt/windows ntfs auto,ro,umask=0222 0 0

Ive put in /dev/hdb1 - just put in the relevant partition number

( btw - Your primary slave is described sd /dev/hdb )
 
Old 08-15-2003, 04:12 AM   #7
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
submit button jammed under high load - pressed 3 times

Last edited by Skyline; 08-15-2003 at 04:17 AM.
 
Old 08-15-2003, 04:12 AM   #8
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
submit button jammed

Last edited by Skyline; 08-15-2003 at 04:16 AM.
 
Old 08-15-2003, 04:12 AM   #9
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
submit button jammed

Last edited by Skyline; 08-15-2003 at 04:16 AM.
 
Old 08-15-2003, 04:42 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Whoa! Ultra jammage eh?

Cool
 
Old 08-15-2003, 06:45 AM   #11
Ken Ju-On
Member
 
Registered: Jun 2003
Location: Unstable
Distribution: Slackware 9.1, Mandrake 9.1, SuSE 8.2, Mandrake 9.2
Posts: 108

Rep: Reputation: 15
Submit button spammed.... submit button spammed.... submit button spammed....
 
Old 08-15-2003, 07:57 AM   #12
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Unhappy

Hehehe guys ........... The thing got cloged up when I tried to submit - I then pressed it three other times - eventually it came through but with 3 other entries.

Last edited by Skyline; 08-15-2003 at 08:03 AM.
 
Old 08-15-2003, 08:44 AM   #13
Ken Ju-On
Member
 
Registered: Jun 2003
Location: Unstable
Distribution: Slackware 9.1, Mandrake 9.1, SuSE 8.2, Mandrake 9.2
Posts: 108

Rep: Reputation: 15
Yeah...... I know the feeling.

I haven't had any problems with these forums, but only others.

Okay back to the topic. Were previous versions of Linux [distros] unable to read NTFS? Since when?
 
Old 08-15-2003, 10:39 AM   #14
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Oh yeah, definitely. Not too long ago, in a place not far from here there lived a distro or 50 that couldn't because there was no NTFS module. If I had to guess a year, I'd say mid 2000ish? Just a number really, check out the Linux NTFS project page for a real number (I'd guess).



Cool
 
Old 08-15-2003, 07:13 PM   #15
widowmaker
LQ Newbie
 
Registered: Aug 2003
Posts: 4

Original Poster
Rep: Reputation: 0
thanks all very much guys, it's all working nicelly for me now. I removed the slave drive and put it in another machine to convert it to fat32 using partition magic (under windows) and now have write access to this drive with all my files intact.

It feels great to finally get somewhere with linux and can already see myself being converted

Last edited by widowmaker; 08-15-2003 at 07:20 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recover lost NTFS files from Linux??? tarwood Linux - Newbie 4 06-30-2005 03:02 PM
will files in NTFS be readable in Linux o/s? hrsetrdr Linux - Hardware 2 08-04-2004 01:51 AM
Accessing NTFS DISKS I'm a newbee Linux - Software 0 03-20-2004 10:01 PM
how to transfer files from NTFS to EXt3 linux BartekPL Linux - Newbie 4 02-05-2004 05:14 PM
Can Linux read NTFS files and viceversa? vdorta Linux - General 2 08-19-2002 04:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration