PDA

View Full Version : Any NTFS friendly distro?



hatch821
04-28-2003, 01:57 PM
I've got a whopping big new hard drive and want to put Linux on part of it.

Is there any linux distro that can live on a NTFS partition? Red Hat maybe?

If I use Partition Magic, can I make a FAT32 partition for linux, leaving the rest NTFS?

Bill

garyng
04-28-2003, 02:21 PM
The default NTFS driver used in KNOPPIX(2.4.20 kernel) does not work well with cloop.

I have compiled a custom kernel using the new NTFS 2.x driver which so far works beautifully with KNOPPIX(cloop) so it is possible.

BTW, I do it the same way as you suggest one VFAT(FAT32) and the rest can be NTFS or whatever your want. I used the FAT to store everything(the linux kernel image, the NT boot loader etc.) This is the only file system that every OS can handle(both read/write), a must have on any HD when multiple OS is anticipated.

rla
04-28-2003, 02:24 PM
I've got a whopping big new hard drive and want to put Linux on part of it.
...
If I use Partition Magic, can I make a FAT32 partition for linux, leaving the rest NTFS?

Bill

I have done it on a W2K-System and had no problems.
After the creation of a smaller W2K-Partition, I have saved the mbr
with "dd if=/dev/hda1 of=/mnt/floppy/mbr.bin count=1".
For the installation of Linux I have called knx-hdinstall from knoppix 3.1
and wrote lilo in the mbr.
Everything worked fine on the first try, so I hadn't to use my copy of
the original mbr.

rla

qa1433
04-28-2003, 05:14 PM
Topologilinux version 3.0.0 !
Topologilinux has many new features. You can still run it under any version of Windows. Both NTFS and FAT filesystems are supported. No disk partitioning is needed. This version now also includes the Alsa sound drivers which makes almost all soundcard work. This distribution is based on Slackware 9.0 with Gnome 2.2 Kde 3.1 and many other appz.
Topologilinux is very easy to install just insert the cd iso that you downloaded when you are in windows and the installation
starts automatically. Then you boot with the cd in and write "install" and press enter and install your system. After your system is installed just insert this cd and press enter when you want to run
Topologilinux !

Topologilinux site:
http://topologi-linux.sourceforge.net/
Screenshots:
http://topologi-linux.sourceforge.net/

It runs very fast. On my wifes new hp box it runs faster then the pre-installed XP home edition.

Give it a try! :idea:
Have fun,
Paul 8)

hatch821
04-28-2003, 06:36 PM
Thanks for that suggestion! I'm downloading it now and will try asap.

qa1433
04-28-2003, 08:58 PM
Hatch821,
Once you get it installed and you feel confotable then install Dropline Gnome. It is very good and offer's a lot of font upgrades.
paul 8)

Dave_Bechtel
04-28-2003, 09:47 PM
--I honestly don't know why you wouldn't just make a 2300Meg Linux partition and run it from there...

Example: /dev/hda

hda1: Windoze C: 2-4Gig (OS only)
hda2: Linux type 83, 2300Meg for basic knx-hdinstall
hda3: Extended (rest of disk)
: hda5 Swap type 82, 256Meg or more
: hda6 Windoze D: (for apps and data)
: hda7 Fat32, if you want it

--If you've got plenty of HD space, you can even make a Linux Reiserfs partition for backups.


I've got a whopping big new hard drive and want to put Linux on part of it.

Is there any linux distro that can live on a NTFS partition? Red Hat maybe?

If I use Partition Magic, can I make a FAT32 partition for linux, leaving the rest NTFS?

Bill

qa1433
04-28-2003, 10:37 PM
Dave,
I have Knoppix, Slack, JAMD, Win2K and Win98 all installed on my computer.

However, on my wifes computer I did not want to take a chance of blowing all her work and turning her off of Linux from the start. That is why Topologilinux version 3.0.0 was such a good choice to introduce her to Linux.

I have tried all the so called Linux for Windows and found them to be extremely slow and limited.

She really likes it.

Like you with all the drive space I would do a hard drive install.

But in my case if anything would have gotten lost on my wifes computer it would be my a**. I know who is the boss and where's the pantys in my family. (LOL) :P

Paul 8)

hatch821
04-29-2003, 04:37 PM
Hatch821,
Once you get it installed and you feel confotable then install Dropline Gnome. It is very good and offer's a lot of font upgrades.
paul 8)

Installed and working! Doesn't detect network from my office computer; haven't tried at home yet. Knoppix detects network at office, but not at home; Suse connects at home but not at work! Way too mysterious for me to figure out.

If you have a moment, tell me how to install Dropline Gnome (or anything, for that matter!).

This is all great fun, but basically Linux is still a nightmare of wholly unintelligible commands. Just look through all the posts! But I enjoy playing with it & will pickup information a little at a time.

qa1433
04-29-2003, 07:12 PM
Bill,
I had the same problem during the install. After rebooting you will want to do setup again. When you come to the part that asks you if you want to set up you network select cancel <CR>.

When you start startx as root to get to your graphical win Manager (kde, gnome etc.) log in.
Bring up the terminal console.
$SU <cr>
passwd: Enter the password for root <cr>
you schould see the pound (#) symbol.
This means you are now root.
Enter
#netconfig <cr>
This will allow you to configure your broadband network as required by your (mine was DHCP for my cable) ISP.
Once Netconfig is complete you will get a bash (#) prompt
If you are using DHCP which I suspect you are if cable is your broad band connection then do the following.
#killall -9 dhclient
some errors msg's will/may be displayed.
#dhcpcd eth0 <cr>
Note: You may or may not see a pound prompt (#) after you enter the above command.
If not don't fret! Wait about 30 secounds.
If no (#) promt is returned to the termenal console, close the console.

Do a complete shutdown.
Then reboot your box.
You hopefully should have you broadband connection activated.

If not then I don't know what the problem could be.
Try some of the below slak boards. The folks here are very friendly and knowlegable. They know more then I do as I am a noobie to Linux.
http://www.linuxquestions.org/questions/forumdisplay.php?s=&forumid=14
http://www.linuxpackages.net/forum/

Have fun,
paul 8)

qa1433
04-29-2003, 07:19 PM
Bill,
Dropline Gnome can be downloaded from the below url:
http://www.dropline.net/gnome/

Other Slack packages can be dowloaded from the below url:
http://www.linuxpackages.net/index.php

paul 8)

StyleWarz
04-30-2003, 03:15 PM
Maybe use Mandrake 9.1...

PartitionDrake just works perfect on my machine... Very easy, fast and safe....

hatch821
04-30-2003, 10:04 PM
Bill,
I had the same problem during the install. After rebooting you will want to do setup again. When you come to the part that asks you if you want to set up you network select cancel <CR>.

paul 8)


Tried to follow your directions at work; many misunderstandings later, on what I resolved was my last try, IT WORKED. Amazing. Will try it at home. You know a lot of obscure commands for a noobie!

qa1433
04-30-2003, 10:40 PM
hatch821,
Not really! I am in learning mode. I used to admin Unix systems back in the eairly 80's. Slake has a lot of unix background.

However, I have not used unix for many years so it is all re-leaning.

They say "use it or lose it".
I lost it! I am in wirless radio development now.
Paul 8)