LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-18-2004, 10:54 PM   #1
Mad Mardigan
LQ Newbie
 
Registered: Jan 2004
Location: Charlotte, NC
Distribution: Fedora Core 2
Posts: 20

Rep: Reputation: 0
Setting up Linux for more use.


Ok, I am a , Now with that said, I need help, I am using a single 120 gig seagate hdd. I set up a partion for linux, got my dual boot to work fine, but while installing RH9, I wasnt able to mount windows partion with disk druid. I used partion magic 8 to allocate free space for the linux install. So what do i need to do to access my windows partion to access my music, pics and what not. The only thing holding me back on more linux use is, 1. my incredible collections of mp3s, and gaming. I have a couple of friends helping me too, but cant get the hdd to mount.

Thanks,
Mad
 
Old 01-18-2004, 11:01 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Try these commands in a console as root:
mkdir /mnt/winC
mount -t vfat /dev/hdxx /mnt/winC

You need to replace hdxx with whatever partition Windows is under. i.e. If its the first patition on the main disk usually its hda1.
If this works you can make it permanatley available by editing your fstab.
 
Old 01-19-2004, 12:44 AM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You might want to include the uid=xxxx or gid=xxxx options to determine which user has access to the windows partition. The permissions are set in the mount command for vfat type partitions. Look at the mount(8) man page for all the options. You could use uid=<username> rather than looking up your user id number. Creating a new group, lets call it mp3share for example would allow you to control which users can also use the partition by making these users members of the mp3share group.

Last edited by jschiwal; 01-19-2004 at 12:48 AM.
 
Old 01-19-2004, 09:13 AM   #4
Mad Mardigan
LQ Newbie
 
Registered: Jan 2004
Location: Charlotte, NC
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
One problem though is my windows partion is set up as NTFS, winders is set as hda1, I might just get a second HDD tonight, buy another seagate barracuda 120 gig to use for linux. Then copy my mp3 and pic collection to it from disk, but i still want to access my windows with linux. I will try mount -t vfat /dev/hdxx /mnt/winC tonight, i did do a mkdir /mnt/windows on my last install. This is second time I have tried Linux, so its still some getting used to. I have a couple of documents on RH and on bash commands. I will try tonight at home, and let you know.
 
Old 01-19-2004, 11:11 AM   #5
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
You will need to change -t vfat too -t ntfs. Something to be wary off is writing to an NTFS partition. Since MS won't release the specs, its been reversed engineered, and writing may or may not work, and/or can damage the filesystem.

Last edited by leonscape; 01-19-2004 at 11:12 AM.
 
Old 01-19-2004, 11:50 AM   #6
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Don't mount the ntfs partition anything other then RO...... I have had to help somebody repair there NTFS partition so Windows was happy again and it wasn't pretty... but it is possible.
 
Old 01-19-2004, 11:55 AM   #7
Mad Mardigan
LQ Newbie
 
Registered: Jan 2004
Location: Charlotte, NC
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
I got the suggestion of using "mount -t ntfs /dev/hd** /mnt/windows"
**= the partition of the ntfs file system. for example the ntfs might be on /dev/hda5 or /dev/hdb3 or /dev/hdc4, in my case being hda1.

I have some stuff to try when i get home. Work always get in the way of more useful things.
 
Old 01-19-2004, 12:36 PM   #8
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
Redhat does not have support for NTFS. Before you do anything you will have to enable it. There is an RPM somewhere that will give you support to read NTFS. Google for that and install it.
 
Old 01-19-2004, 02:16 PM   #9
Mad Mardigan
LQ Newbie
 
Registered: Jan 2004
Location: Charlotte, NC
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
Im going to dl Mandrake 9.2 tonight, it already has the updates to support NTFS. Has anyone else tried it out yet? Im running a new machine, 120 gig seagate barracuda hard drive, soyo ultimate platnium edition mobo, with 1 gig of corsair pc2700 ram, p4 2.4 w/ 533 fsb, sony cd rw, ati radeon 9500 agp 8x pro 128 meg video card. Im looking at getting a laptop now with the p4 ht with 800mghz fsb, but that is after tax returns. I do have a copy of openBSD but from what i hear, it is hard to install, so i havent tried it. But is mandrake 9.2 is a good release for linux and newer comps?
 
Old 01-19-2004, 08:35 PM   #10
tveiga
LQ Newbie
 
Registered: Jan 2004
Location: Portugal
Distribution: Slackware 9.0
Posts: 16

Rep: Reputation: 0
You don't need another distro just install the ntfs module
 
Old 01-19-2004, 10:04 PM   #11
Mad Mardigan
LQ Newbie
 
Registered: Jan 2004
Location: Charlotte, NC
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
http://linux-ntfs.sourceforge.net/rpm/redhat9.html

I found this link on a search, I have a couple of friends that use Mandrake, so that is a reason why i was thinking of swithing.
 
Old 01-19-2004, 10:26 PM   #12
Mad Mardigan
LQ Newbie
 
Registered: Jan 2004
Location: Charlotte, NC
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
Ok, I followed the directions, and it worked, YESSSSSSSS. Now to step 2, set up xmms to play mp3 format, Thanks SOOOO much for your support, with helpful pep like you all, Linux will take over more pcs and free minds.
 
Old 01-20-2004, 12:16 PM   #13
tveiga
LQ Newbie
 
Registered: Jan 2004
Location: Portugal
Distribution: Slackware 9.0
Posts: 16

Rep: Reputation: 0
I don't use Redhat but I think the xmms included since Redhat 8/9 does have the mp3 pluggin. Author's rights problem I think.
Well the best you can do is, uninstall the xmms included in the redhat distro and install the rpm from the xmms site.
You can download it from here http://www.xmms.org/download.php
 
  


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
Linux Time setting? zbinwu Linux - Newbie 6 09-04-2005 05:09 PM
Setting Linux up to do what i want? coal-fire-ice Linux - Newbie 3 07-07-2005 04:56 PM
setting up data exchange between Red Hat Linux and Windows 98 - Linux Newbie Hosiah Linux - Newbie 3 09-13-2004 01:11 PM
need help for setting up linux networking rddreamz Linux - Newbie 2 12-10-2003 12:47 PM
Setting up a linux router? overide2k Linux - Networking 3 11-12-2001 09:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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