LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-20-2007, 07:46 AM   #1
tostay2003
Member
 
Registered: Jun 2006
Posts: 126

Rep: Reputation: 15
accessing windows drive


Hi ,

I two operating systems (windows, fedora linux).

I want to access windows directory, which is on /dev/hda1

how can I do that...

I tried to mount /dev/hda1 ---- didnt work
I tried to add a line to /etc/fstab ----- didnt work

I don't even know whether I was doing right, was loittering around with the commands.

How can I access windows directory.
 
Old 06-20-2007, 08:07 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Try installing ntfs-3g.
 
Old 06-20-2007, 08:21 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Depending on your version of Fedora, there might already be a mount point setup in /mnt--if not you can make a mount point using "mkdir windows" (or "mkdir some_name")
then:
mount /dev/sda1 windows
OR
mount /dev/sda1 some_name

The ntfs filesystem should be detected automatically--if not, then do:
mount -t ntfs /dev/sda1 window

If there is already an entry in fstab, then:
mount windows

Here is the fstab entry that my system sets up automatically:
/dev/sda1 /mnt/sda1 ntfs-3g noauto,users 0 0

This says that the partition will not be automatically mounted at boot time and that anyone in the "users" group is allowed to mount it

"man mount" and "man fstab" for more details
 
Old 06-20-2007, 08:22 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by brianL
Try installing ntfs-3g.
Indeed--an older version of Fedora might not have it

Also, tell us what errors you get
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing Windows hard Drive nikko05 Linux - Hardware 10 12-20-2005 10:58 AM
New to Linux... Accessing Windows Drive jstnhickey Mandriva 2 01-01-2005 02:37 AM
Accessing Windows Drive Burquedout Linux - Newbie 8 04-24-2004 11:41 AM
Accessing windows hard drive eastsidecrew Linux - Newbie 4 04-20-2004 12:47 PM
Accessing Windows XP Drive JamboUK Linux - Newbie 4 04-25-2003 12:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:54 PM.

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