Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 30-01-2009, 10:11 AM   #1 (permalink)
www.ggauravr.blogspot.com
 
Join Date: Sep 2008
Posts: 15
Exclamation access other drives from fedora


hi guys..i've got an hp laptop with vista home premium loaded..i recently installed fedora 8 which is doing well..but the problem is i'm unable to access other drives even though they r listed when i boot into fedora
..plz explain in detail how do i access other drives in linux..and play music and all..or atleast give me links to the resources...plz..
gaurav@digit is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-01-2009, 06:02 PM   #2 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: access other drives from fedora

You need to install ntfs-3g in order to access NTFS drives.. if you've installed GNOME then the problem will no longer exist there.. a small shell script can also be written which will automatically mount all the NTFS drives with read/write capabilites.
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline  
Old 30-01-2009, 06:31 PM   #3 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: access other drives from fedora

yum install ntfs-config

Do enable rpm-fusion repositories http://rpmfusion.org/
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 31-01-2009, 10:08 AM   #4 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: access other drives from fedora

Which version of Fedora are you using? ntfs-3g is pre-install in Fedora 7 onwards. You have to edit /etc/fstab file only and all windows partitions will mount automatically. You wont have to execute any command later on. Open Terminal/Konsole and execute this
Code:
 su - fdisk -l
Post output here. * Its small L in fdisk -l.
ghost at rest is online now  
Old 31-01-2009, 04:54 PM   #5 (permalink)
AFK
 
thewisecrab's Avatar
 
Join Date: Oct 2006
Location: Bombay
Posts: 1,599
Default Re: access other drives from fedora

Install NTFS 3G and then make sure that Windows is shut down properly to ensure that the drives are accessible on Linux.
__________________
Follow me on http://twitter.com/thewisecrab

"This Jen, is the internet"
thewisecrab is offline  
Old 02-02-2009, 01:33 AM   #6 (permalink)
www.ggauravr.blogspot.com
 
Join Date: Sep 2008
Posts: 15
Default Re: access other drives from fedora

@ghost at rest
heres the output u needed..wat next

its fedora 9
gaurav@digit is offline  
Old 03-02-2009, 05:48 PM   #7 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: access other drives from fedora

Open Terminal or Konsole and execute this
Code:
su -
cd /media
mkdir win_c win_d win_e win_f
nano /etc/fstab
Last command will open /etc/fstab in nano editor.
Add this code at the end of file :
Code:
/dev/sda1    /media/win_c  ntfs-3g   defaults,umask=0 0 0
/dev/sda3   /media/win_d  ntfs-3g   defaults,umask=0 0 0
/dev/sda4    /media/win_e  ntfs-3g   defaults,umask=0 0 0
/dev/sda6    /media/win_f  ntfs-3g   defaults,umask=0 0 0
Press Ctrl+X, Y and hit Enter key to save file.

Execute mount -a command or reboot machine. Windows partitions will be mounted in /media/win_c, d, e and f folders. You will have full access in those partitions.
ghost at rest is online now  
Old 04-02-2009, 11:56 AM   #8 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: access other drives from fedora

Yeah.. the above command will mount all your drives automatically.. but you need to shutdown your windows properly so that you can access the drives.. if you don't it will say that $LogFile is corrupt.. just add -o force in the line and it will force mount them if they're not clean..
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline  
Old 04-02-2009, 05:54 PM   #9 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: access other drives from fedora

Quote:
Originally Posted by hellknight View Post
Yeah.. the above command will mount all your drives automatically.. but you need to shutdown your windows properly so that you can access the drives.. if you don't it will say that $LogFile is corrupt.. just add -o force in the line and it will force mount them if they're not clean..
I won't suggest you to use force option. It must be used only if Linux couldn't mount partition through regular mount options.
Improper Windows OS shutdown must be avoided.
ghost at rest is online now  
Old 04-02-2009, 07:00 PM   #10 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: access other drives from fedora

Quote:
Originally Posted by gaurav@digit View Post
hi guys..i've got an hp laptop with vista home premium loaded..i recently installed fedora 8 which is doing well..but the problem is i'm unable to access other drives even though they r listed when i boot into fedora
..plz explain in detail how do i access other drives in linux..and play music and all..or atleast give me links to the resources...plz..
IIRC, manual mounting is no long necessary in most modern day distros atleast on Gnome. For you to start using it right away, you need to have 'hal' installed and the daemon 'hald' started for Nautilus to mount all them automatically. It should also be seen that you add yourself to the 'haldaemon' usergroup.
Hitboxx is offline  
Old 09-02-2009, 04:13 PM   #11 (permalink)
www.ggauravr.blogspot.com
 
Join Date: Sep 2008
Posts: 15
Default Re: access other drives from fedora

thanks guys....i'll try it out soon and post here whatever happens..thanks once again..
gaurav@digit is offline  
Closed Thread

Bookmarks

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pls help me to access my hard drives bratsameer Software Q&A 8 21-04-2009 02:11 PM
How to access all drives/dir. frm recovery console??? Rajneesh QnA (read only) 1 16-09-2008 02:48 PM
How to access all Drives & Folders In XP Recovery Console? Vishal Gupta Software Q&A 8 17-09-2005 08:45 PM
How to access Windows Fat or NTFS Drives in Red Hat 9 Linux? thinkAI Open Source 1 14-07-2005 10:18 PM

 
Latest Threads
- by soumya
- by clmlbx
- by Charan
- by Sujeet
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:19 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2