LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-05-2008, 12:59 PM   #1
sunilerp
LQ Newbie
 
Registered: Apr 2007
Posts: 9

Rep: Reputation: 0
How to Mount the Hard disk which NTFS


Hi

I had external casing USB hard disk (80GB) which is formatted in NTFS
right now I want to make use of this 80gb hard disk in linux but it needs to mounted in ext2 and sysv.
How i need to convert from NTFS to ext2 or sysv File system & mounted
I need steps for this so that i can use in linux

Can anybody give solution for this

hoping Ur reply soon.

bye
Sunil
 
Old 01-05-2008, 01:07 PM   #2
Acron_0248
Member
 
Registered: Feb 2006
Location: Venezuela
Distribution: Gentoo
Posts: 453

Rep: Reputation: 33
Hi,


Maybe this is a dumb question, but why it needs to be mounted as ext2? can't it be mounted as ntfs?



Regards
 
Old 01-05-2008, 03:24 PM   #3
hacker supreme
Member
 
Registered: Oct 2006
Location: As far away from my username as possible
Distribution: Gentoo
Posts: 259
Blog Entries: 1

Rep: Reputation: 31
You can mount, read and write to NTFS discs from Linux. Currently, I have my 80GB NTFS-formatted external HDD working fine. (Fedora 8. 2.6.23.9-85.fc8.)

Mounted using: sudo mount -t ntfs /dev/sdx1 /media/disc.

However, if you still want to reformat it as ext2, then do the following:
mke2fs /dev/sdb1
(This is assuming that the drive is sdb.)
then you can mount the drive as ext2 using
sudo mount -t ext2 /dev/sdx1 /media/disc

Last edited by hacker supreme; 01-05-2008 at 03:31 PM.
 
Old 01-05-2008, 08:22 PM   #4
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Write support in Linux is still experimental. I suggest use either ntfsmount or ntfs-3g. Either one should work. ntfsmount supports most features. ntfsmount version 2 is unstable, so use previous version.

To mount ntfs, type the following as root
mount -t ntfs -o ro,umask=222 /dev/sda1 /mnt/windows

This assumes /dev/sda is the device node, 1 is the partition, and the directory /mnt/windows exists.
 
  


Reply



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
Mount an external ntfs usb hard disk dmpop Mandriva 5 03-03-2013 10:45 AM
Mount external USB 2.0 hard disk with NTFS? Musikolo Linux - Hardware 8 09-15-2006 09:11 AM
Mount NTFS on S-ATA disk Bultot Linux - Hardware 0 01-13-2005 05:18 PM
mount an ntfs disk ? qwijibow Linux - Newbie 2 06-25-2003 10:43 AM
How do mount a NTFS disk in Linux Scratchmaster Linux - Newbie 4 08-15-2002 06:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:28 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