LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 02-14-2002, 08:50 PM   #1
oyr
LQ Newbie
 
Registered: Feb 2002
Location: Canada
Distribution: Mandrake 8.1
Posts: 2

Rep: Reputation: 0
Unhappy Win2000 Partition


Hey, I'm a very new user and I'm kinda stuck here....

I split my C: drive into some partitions so I could install Mandrake 8.1... That all wen't good. So now, I'm tinkering around with it when I thought "I'd like to listen to some music." Off I go looking for my MP3s. I am SHOCKED to find no windows partition (where all my useful files are kept). Now, maybe I'm not looking hard enough, or maybe it's just an impossibility to access this partition... Either way, it's annoying for me to reboot into Windows2000 just to get at my music (and many other files). Also, I can't find my Linux partition when I'm using Windows. Can anybody help???
 
Old 02-15-2002, 05:48 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
That all depends on what the partition type is. Did you format C as NTFS or FAT32. If you formatted as NTFS, you can stop reading - read/write access to NTFS partitions is still very much experimental. If you formatted it as FAT32, read on:

Since you're using Mandy, you should check this first:

Go to the directory /mnt, are there any subdirs like 'win' or 'win_c'? If so, this is your Windows' C drive. If not:

Post the contents of the file /etc/fstab here. This file shows which partitions/devices should be 'mounted' where.
 
Old 02-15-2002, 08:49 PM   #3
oyr
LQ Newbie
 
Registered: Feb 2002
Location: Canada
Distribution: Mandrake 8.1
Posts: 2

Original Poster
Rep: Reputation: 0
Done it

Yeah, it is NTFS, but I managed to get into it with the root login. I created a '/mnt/windows' folder, and added to '/ect/fstab' this line:

/dev/hda1 /mnt/windows auto user, defaults 0 0

So Now I can get into it using root, but when I try with any other users, it says 'could not enter /mnt/windows'. Is this something to do with permissions. It's unnecessary for me to write anything to it... Can anybody help me?
 
Old 02-17-2002, 06:26 AM   #4
Hegemon
Member
 
Registered: Jan 2002
Location: Australia
Distribution: Gentoo
Posts: 103

Rep: Reputation: 15
Same prob

I also carn't read my NTFS partition with other users. Im probaly going to format it to fat soon but its still nice to know. I know it is possible to write to a NTFS partition if you select the option when recompiling the kernel but they recomend running a disk check utility every time you write to it so i think im going to leave it untill it better.
 
Old 02-18-2002, 01:03 AM   #5
Ellie
LQ Newbie
 
Registered: Feb 2002
Distribution: Red Had 7.2
Posts: 1

Rep: Reputation: 0
1.
When I had Mandrake, I managed to get read-only access to my Win2000 partition not only as a root, but also as a regular user. After screwing around with fstab file (with no good results) I decided to try out DraX (it is somewhere in the KDE menu). That is a very nice utility, it managed to find my Win2000 partition and mount it. I even didn't have to change permissions or to mount Win partition every time I started Mandrake! Every thing was automatic and IT WORKED JUST FINE! So, THERE IS A WAY TO ACCESS WIN2000 files!

2.
The access is read-only, you can't write or modify win files from linux. But it is all you want for mp3 files anyways...

3.
Actually, it IS possible to have even write access for win files, you can even access your linux files from windows, but you need either good emulator or Samba server. Currently I am trying to figure out how to set up a Samba server.

4.
Yesterday I got rid of the Mandrake, installed Red Hat distro, switched from KDE to Gnome and there I am
I can't find anything like Drax in the Gnome Any good help is greatly appreciated!

Totaly new to Red Hat and to this forum,
Ellie
 
Old 02-18-2002, 06:36 AM   #6
tsundram
LQ Newbie
 
Registered: Feb 2002
Location: mumbai
Distribution: Linux Mandrake
Posts: 14

Rep: Reputation: 0
Who says u cant access windows partitions.I have a win xp and Linux Mandrake partition. The LM partition is NOT acessible thru win XP BUT win Xp is easily acessible . Activitae the Konqueror, spilt the panel into two windows. One have your Home directory , for the other go upwards to /etc and /mnt directories Go into mnt locate your windows mntable directory There will be floppy hdd and cdrom there. Click on the windows dir n viola u can acess the 1st hard drive . As a matter of fact I have my XMMM player load its mp3 files from the 1st partition. Try it and best of luck
 
Old 02-18-2002, 06:39 AM   #7
tsundram
LQ Newbie
 
Registered: Feb 2002
Location: mumbai
Distribution: Linux Mandrake
Posts: 14

Rep: Reputation: 0
Who says u cant access windows partitions.I have a win xp and Linux Mandrake partition. The LM partition is NOT acessible thru win XP BUT win Xp is easily acessible . Activate the Konqueror, spilt the panel into two windows. One have your Home directory , for the other go upwards to /etc and /mnt directories Go into mnt locate your windows mntable directory There will be floppy hdd and cdrom there. Click on the windows dir n viola u can acess the 1st hard drive . As a matter of fact I have my XMMM player load its mp3 files from the 1st partition. Try it and best of luck
 
Old 02-18-2002, 10:25 AM   #8
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Quote:
Who says u cant access windows partitions
Precisely? Who said it? I've re-read this thread a few times now, and I can't actually see anywhere, anyone saying that it can't be done. I originally stated that NTFS access is experimental, which it technically is. Access to VFAT partitions (Fat12, 16 & 32), on the other hand, has been around as long as they have. Oh, and you're wrong. You can access the ext2 partition (and potentially the ext3, but without any journalling information included) from within Windows. There is a program called explore2fs which was originally written for WinNT4, but works a treat under Win9x, which allows you to access your ext2 partitions. You can even write to them, but just as NTFS writing is extremely experimental and potentially dangerous to your data under Linux, so is ext2 writing under Windows.

As for the going into Konqueror, that just access the directory /mnt/windows (or wherever you keep it), which is called a mountpoint.
 
  


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
Win2000 trying to see ext3 partition as FAT32-- dual-boot problem guybrush3322 Debian 3 03-16-2005 02:34 PM
NetBSD and win2000 partition problem kpachopoulos *BSD 5 03-09-2005 05:28 PM
Read/write to linux partition from Win2000/XP? ncage Linux - General 10 03-16-2003 11:30 PM
Setting up linux /boot partition with Win2000 insanity Linux - General 4 08-29-2002 05:30 PM
Win2000/Red Hat 6.1 instalation always starts WIN2000 ovieira Linux - Software 1 03-30-2001 11:21 PM

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

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