LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-06-2004, 01:24 PM   #1
ajbrouwe
Member
 
Registered: Jan 2004
Posts: 93

Rep: Reputation: 15
quick install question!


OK. I have 2 NTFS partitions- one that I install everything on, and the other with music, documents, ISO's, movies, etc. Both are 80 gig.

I have partition magic, and thought that'd be the easiest way to make a linux partition. Whenever I try, I put the linux partition before both ntfs. After I boot into slack and install, it is the only thing that shows up in LILO. So, I always pop in a windows disk, format the "hidden NTFS," and go on with windows.

Am I placing the partition in the wrong spot? Please help! I'm very noob with linux...I use solaris daily, but not very in depth. Thanks~

Andrew
 
Old 07-06-2004, 01:26 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Linux should go after Windows - it makes Windows happier. When you come to set up Lilo, do not choose "Simple", Lilo only shows Slackware. And Linux has read only (and limited read only at that) access to NTFS, if you want to share files between Win and Linux, you need a FAT 32 partition.
 
Old 07-06-2004, 05:17 PM   #3
ajbrouwe
Member
 
Registered: Jan 2004
Posts: 93

Original Poster
Rep: Reputation: 15
I can't mount the NTFS partition in slack 10? I thought you could...

If not, how else can I get all my music and stuff over to linux?

Andrew
 
Old 07-06-2004, 05:32 PM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,791

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
cat /proc/filesystems
will show you what filesystem is compatible with your system

[edit]
I did not read carefully, I see you don't install slack yet.
Did you configure your lilo config to be able to dual boot ? And if you plan to install linux & windows, a good procedure is to install windows first.

Last edited by keefaz; 07-06-2004 at 05:36 PM.
 
Old 07-06-2004, 05:46 PM   #5
sigma957
Member
 
Registered: Sep 2003
Location: Portland Oregon
Distribution: Debian Testing
Posts: 112

Rep: Reputation: 15
First, create a FAT32 partition after the NTFS, bit enough to hold your data and other files you want to transfer. I'm assuming you don't want to change the NTFS to FAT32.

Second, partition a swap partition (about 500MB) and a linux partition AFTER the NTFS and FAT32. During the install, be sure to give mount point names to the FAT32 windows partition. This will make sure Slack puts it in fstab and that it will be avaible in Linux.

From Windows, copy the files you need to the FAT32 drive. Then in Linux, you can copy from the FAT32 to linux. A bit of a kludge, I know but it does work. I have XP, which I formatted as FAT32, since security of the files is not an issue on my home pc and that makes life easier. Actually I even use Thunderbird on both OS's and they save onto the XP drive. Kinda neat.

Good luck!

Barbara
 
Old 07-07-2004, 12:07 AM   #6
Fissional
Member
 
Registered: Jul 2004
Location: Harrison Township MI
Distribution: fluxbox-0.9.13 on Slackware 10.2 2.6.15.1 kernel
Posts: 48

Rep: Reputation: 15
you can move files from the NTFS partition to Linux, just not the other way around. from my experiance.

edit: sorry, well technically it is possible to transfer files from linux into the NTFS, the way i did it was used a program for windows that allows it to view ext2/ext3 filesystems n browsed my linux partion and grabbed what i wanted. no FAT32 partition needed.

Last edited by Fissional; 07-07-2004 at 12:11 AM.
 
Old 07-07-2004, 12:51 AM   #7
basics
Member
 
Registered: Dec 2003
Location: Georgia, US
Distribution: Slackware64
Posts: 54

Rep: Reputation: 16
You should be able to read NTFS partitions from linux with no problem. To write to NTFS requires recompiling the kernel, and can be dangerous.

To have your windows partition in lilo you will need to edit your lilo.conf file (/etc/lilo.conf) to include windows. I think it is like this

# Start win partition. This is a comment. It is optional.
other = /dev/hda1 (or whatever partition windows is on)
label = Win
# End win partition.

I think that is all you need, I am pretty sure that is all you should have to add (I have not run a dual boot system in a while.)

After you update your lilo.conf you will need to run lilo as root (just type lilo) and you should see:
added Linux*
added Win

whichever one you want to be the default should be first in lilo.conf, and that one should ahve the * by it.
 
Old 07-07-2004, 01:15 AM   #8
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
If what basics said doesn't work try adding in the next line after label=Win, boot-as = 0x80

EDIT: Forgot to say, there's a plugin for Total Commander that allows you to see Linux partitions under Windows. Total Commander is a nagware (it pops a nasty window when you open it) filecommander for Windows and the plug-in can be found on it's official page (the plug-in is free).
Total Commander - http://www.ghisler.com/

Btw, looking for TC's homepage i found this clone for Linux, looks promising: http://btuska.web.elte.hu/vc/index.html

Last edited by gbonvehi; 07-07-2004 at 01:29 AM.
 
Old 07-07-2004, 05:13 AM   #9
cyberZeke
LQ Newbie
 
Registered: Aug 2003
Posts: 1

Rep: Reputation: 0
Nagware? Total Commander???
It's the first app I install everytime I install windows.

Try buying it if think the popupscreen at startup is annoying!!! That's why it's there. Duh!
 
Old 07-18-2004, 07:48 AM   #10
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
Another elegant solution to view ext2/3 partitions from within Windows is Explore2fs. No nag screens, just an Explorer-like interface. Very cool

Baldrick
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Quick Install Question eggoz Linux - Software 2 09-20-2004 09:26 PM
Quick RPM Install Question... Jackcnd Mandriva 4 03-06-2004 10:32 AM
About to install mandrake, quick question AceKidCool Linux - Newbie 5 11-27-2003 06:01 AM
Quick 8.1 install question moger Slackware 8 12-18-2002 08:52 PM
Quick Install Question steven Linux - Software 1 08-14-2001 11:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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