Tweak3D.Net
Save?
Not Registered Yet? Go here.
Xoxide Computer Mods Contact the webmaster to purchase this spot on the web site
Join The Cult Tweakers Image Gallery Donate Search Today's Posts Mark Forums Read

Welcome to Tweak3D

This is an open forum about tech stuff, games, and cars. Register to access all forums, and to hide this ad and others.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-31-2006, 07:00 PM   permanent link to #1
 
MSP's Avatar
MSP
Globe Trekker
 
Join Date: Jan 2005
Posts: 17,664 (#1 )
Thanked 10x in 10 posts

I've sniffed around their forum and can't seem to find an answer to this simple question. I'm at stage 5/6 of the install where is says "Prepare mount points". Partition 1 is my XP partition and I don't want to touch it Partition 2 is for the root (/) and partition 3 is for the swap. But it keeps asking me to select a mount point for my Windows partition. WTF? It's my sandbox PC (aka my daughter's) but I still don't want to fuck up Windows on it.

MSP is offline Ignore this User   Reply With Quote
Yesterday, 05:30 PM   #2
 
 


Google is online (hide)  
Old 07-31-2006, 08:08 PM   permanent link to #2
 
Sparky's Avatar
Sparky
is not Scooby
 
Join Date: Jan 2005
Location: West Hartford, Connecticut
Posts: 4,919 (#9 )
Thanked 6x in 5 posts
Send a message via AIM to Sparky

The installer wants to find your Windows partition so it will be mountable in Linux. If its a Fat32 formatted partition, you can read/write in Linux, but if it's NTFS, you can only read from it.

Sorry if that doesn't make sense. I'm in the middle of recording some stuff, there's a guitar on my lap, and I'm checking through the tracks.

Quote:
Originally Posted by MSP
I'm like Jane Goodall, except instead of gorillas I'm studying women.
Sparky is offline Ignore this User   Reply With Quote
Old 07-31-2006, 09:36 PM   permanent link to #3
 
Goofus Maximus's Avatar
Goofus Maximus
Too old to be this dumb!
 
Join Date: Jan 2005
Location: St. Louis area, but in Illinois
Posts: 2,733 (#34 Last month's rank was 33)
Thanked 6x in 6 posts

Yes, Linux will recognise your Windows partition, and it want's to be able to mount it, so you can read it in Linux.

M7NCD Pro
Barton 3000+ @426fsb/2.23ghz
1 Gig Kingston HyperX PC3200 dual mode@426mhz
Samsung 40 Gig HD
Samsung DVD+/-RW
T.B. Santa Cruz
EVGA 7600 GS AGP
XP Home SP3
Goofus Maximus is offline Ignore this User   Reply With Quote
Old 07-31-2006, 11:25 PM   permanent link to #4
 
thadood's Avatar
thadood
I Am The Black Wizards
 
Join Date: Jan 2005
Location: Horn Lake, MS
Posts: 3,479 (#24 )
Thanked 4x in 4 posts
Send a message via ICQ to thadood Send a message via AIM to thadood Send a message via MSN to thadood Send a message via Yahoo to thadood

Allow it to mount to, say.. /media/windows or /mnt/windows.

That way, you can access the data on it .. at least (if it's just NTFS).

thadood is offline Ignore this User   Reply With Quote
Old 08-01-2006, 06:01 AM   permanent link to #5
 
El_Presidente_Pufferfish's Avatar
El_Presidente_Pufferfish
I grew up here
 
Join Date: Jan 2005
Location: Michigan
Posts: 849 (#98 )
Thanked 0x in 0 posts
Send a message via AIM to El_Presidente_Pufferfish

Quote:
Originally Posted by Sparky
if it's NTFS, you can only read from it.
ntfs-3g allows writing now, and it works pretty darn well
El_Presidente_Pufferfish is offline Ignore this User   Reply With Quote
Old 08-01-2006, 07:04 AM   permanent link to #6
 
MSP's Avatar
MSP
Globe Trekker
 
Join Date: Jan 2005
Posts: 17,664 (#1 )
Thanked 10x in 10 posts

Quote:
Originally Posted by thadood
Allow it to mount to, say.. /media/windows or /mnt/windows.

That way, you can access the data on it .. at least (if it's just NTFS).
I manually partitioned the drive and it's ready to proceed. It has labeled the NTFS partition as "/media/hda1", which I guess is OK. I just want to read my MP3s and movies from this partition, so the write thing isn't a big deal at this point.

MSP is offline Ignore this User   Reply With Quote
Old 08-01-2006, 07:05 AM   permanent link to #7
 
Sparky's Avatar
Sparky
is not Scooby
 
Join Date: Jan 2005
Location: West Hartford, Connecticut
Posts: 4,919 (#9 )
Thanked 6x in 5 posts
Send a message via AIM to Sparky

Quote:
Originally Posted by El_Presidente_Pufferfish
ntfs-3g allows writing now, and it works pretty darn well
Cool, I didn't know that.

Quote:
Originally Posted by MSP
I'm like Jane Goodall, except instead of gorillas I'm studying women.
Sparky is offline Ignore this User   Reply With Quote
Old 08-01-2006, 09:00 AM   permanent link to #8
 
MSP's Avatar
MSP
Globe Trekker
 
Join Date: Jan 2005
Posts: 17,664 (#1 )
Thanked 10x in 10 posts

So excuse my ignorance again, but does Ubuntu 6.06 have "ntfs-3g" or is it something I have to install seperately?

MSP is offline Ignore this User   Reply With Quote
Old 08-01-2006, 05:34 PM   permanent link to #9
 
Sparky's Avatar
Sparky
is not Scooby
 
Join Date: Jan 2005
Location: West Hartford, Connecticut
Posts: 4,919 (#9 )
Thanked 6x in 5 posts
Send a message via AIM to Sparky

Download it here. (Direct Link)

Then, unpack it into a directory, open up a terminal in that directory and type:

Code:
./configure
Let that do its thing, then type
Code:
make
After that finishes, type in
Code:
make install
That's the standard way to install just about anything in Linux.

Just use that site as a manual and you'll be all set.

Once you get that working, you'll want to put that in your fstab so Ubuntu will mount it at boot time. (fstab is a text file in /etc/)
Code:
ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=hu_HU.utf8
Replace the a1 with the correct drive/partiton. I just skimmed the article, but that information looks alright.

Last edited by Sparky; 08-01-2006 at 05:39 PM..

Quote:
Originally Posted by MSP
I'm like Jane Goodall, except instead of gorillas I'm studying women.
Sparky is offline Ignore this User   Reply With Quote
Old 08-01-2006, 05:56 PM   permanent link to #10
ThatHideousStrength
Tweak Minion
 
Join Date: Jan 2005
Posts: 4,515 (#12 Last month's rank was 11)
Thanked 5x in 4 posts

This is amazing, I didn't know they got full write!

I think I'm gonna be able to convert to Linux a lot better. Thank you for posting this.
ThatHideousStrength is offline Ignore this User   Reply With Quote
Old 08-01-2006, 06:56 PM   permanent link to #11
 
MSP's Avatar
MSP
Globe Trekker
 
Join Date: Jan 2005
Posts: 17,664 (#1 )
Thanked 10x in 10 posts

I guess I'm going to have to install a second hard drive - the installer crashed with errors twice. I have to say, if it's this hard to install Linux for an IT guy the average person has very little chance.

MSP is offline Ignore this User   Reply With Quote
Old 08-01-2006, 06:57 PM   permanent link to #12
ThatHideousStrength
Tweak Minion
 
Join Date: Jan 2005
Posts: 4,515 (#12 Last month's rank was 11)
Thanked 5x in 4 posts

I didn't have any problems installing it.
ThatHideousStrength is offline Ignore this User   Reply With Quote
Old 08-01-2006, 06:58 PM   permanent link to #13
 
MSP's Avatar
MSP
Globe Trekker
 
Join Date: Jan 2005
Posts: 17,664 (#1 )
Thanked 10x in 10 posts

Quote:
Originally Posted by djmihow
I didn't have any problems installing it.
Were you dual booting on a drive with an existing Windows XP install? Hmmm, I wonder what I'm doing wrong?

MSP is offline Ignore this User   Reply With Quote
Old 08-01-2006, 07:18 PM   permanent link to #14
ThatHideousStrength
Tweak Minion
 
Join Date: Jan 2005
Posts: 4,515 (#12 Last month's rank was 11)
Thanked 5x in 4 posts

Yes I was. Make sure to not have any other programs partition for you. Just make room on the drive that isn't partition and let Ubuntu set it up.
ThatHideousStrength is offline Ignore this User   Reply With Quote
Old 08-01-2006, 09:41 PM   permanent link to #15
 
Goofus Maximus's Avatar
Goofus Maximus
Too old to be this dumb!
 
Join Date: Jan 2005
Location: St. Louis area, but in Illinois
Posts: 2,733 (#34 Last month's rank was 33)
Thanked 6x in 6 posts

Kubuntu hasn't been a "configure make makeinstall" friendly OS for me. They don't install GCC, G++, make, automake, autoconf, bison, flex, or binutils by default. I never did get doom legacy compiled.

M7NCD Pro
Barton 3000+ @426fsb/2.23ghz
1 Gig Kingston HyperX PC3200 dual mode@426mhz
Samsung 40 Gig HD
Samsung DVD+/-RW
T.B. Santa Cruz
EVGA 7600 GS AGP
XP Home SP3
Goofus Maximus is offline Ignore this User   Reply With Quote
Old 08-01-2006, 09:48 PM   permanent link to #16
 
thadood's Avatar
thadood
I Am The Black Wizards
 
Join Date: Jan 2005
Location: Horn Lake, MS
Posts: 3,479 (#24 )
Thanked 4x in 4 posts
Send a message via ICQ to thadood Send a message via AIM to thadood Send a message via MSN to thadood Send a message via Yahoo to thadood

I think that this Ntfs-3g should make its way into the kernel for stock read/write support.

thadood is offline Ignore this User   Reply With Quote
Old 08-01-2006, 10:35 PM   permanent link to #17
 
Eps's Avatar
Eps
Tweak Minion
 
Join Date: Jan 2005
Posts: 1,125 (#86 )
Thanked 0x in 0 posts
Send a message via AIM to Eps

In case you weren't sure what it meant MSP, I'll give a short explanation. It wanted to know what folder to mount your XP partition to so you'd have access to your files from there. In *nix you can mount any device to any folder you want. So there is no A: C: D: E:, etc. You can have /users/Eps/home/floppy_drive or /floppydrive or /media/thisisthefloppydrive. It all depends on your preference. This includes partitions.

Edit: Another detail is the CD drive. If there is no media in the drive, there is nothing to mount so you don't really have a "D:" or whatever like in windows. Everytime you insert a CD you can mount it to a different location. Now that wouldn't make sense so most people would stick to one folder. Most linux distributions will detect when a CD is put into the drive and automount it to a preset folder for you so you don't have to manually mount it everytime.

One of the interesting features is that you can mount a device to a folder that already exists and has files in it. While it is mounted you will only see the mounted device and not the original folder. Also, I *think* you can mount existing folders to other folder so it isn't just limited to devices/partitions or whatever have you.

Last edited by Eps; 08-01-2006 at 10:38 PM..
Eps is offline Ignore this User   Reply With Quote
Old 08-01-2006, 10:42 PM   permanent link to #18
 
Eps's Avatar
Eps
Tweak Minion
 
Join Date: Jan 2005
Posts: 1,125 (#86 )
Thanked 0x in 0 posts
Send a message via AIM to Eps

Quote:
Originally Posted by Goofus Maximus
Kubuntu hasn't been a "configure make makeinstall" friendly OS for me. They don't install GCC, G++, make, automake, autoconf, bison, flex, or binutils by default. I never did get doom legacy compiled.

I don't think I've come across a distribution yet that was developer friendly from the default install. Fedora was by far the worst by throwing all the C++ libraries onto the disk but not with any kind of relative pathing so you would actually have to go into each file of the libraries and edit the includes. That was about a year and a half ago I last tried it through, things may have changed.
Eps is offline Ignore this User   Reply With Quote
Old 08-01-2006, 11:44 PM   permanent link to #19
 
thadood's Avatar
thadood
I Am The Black Wizards
 
Join Date: Jan 2005
Location: Horn Lake, MS
Posts: 3,479 (#24 )
Thanked 4x in 4 posts
Send a message via ICQ to thadood Send a message via AIM to thadood Send a message via MSN to thadood Send a message via Yahoo to thadood

You have to manually tell the installer to install the developer libraries/tools.

thadood is offline Ignore this User   Reply With Quote
Reply

Login to reply. Sign-up here.



1 people are viewing this thread! (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Ubuntu noob question - RAID 0. MSP Tech 6 07-29-2006 06:49 PM
Ubuntu and Windows Application Equivelents Torx Tech 18 05-02-2006 04:05 PM
Windows XP Install Question danazc Tech 5 04-20-2006 04:20 PM
Questions about doing a 'Dirty Install' of windowsXP Undertaker989 Tech 5 01-27-2006 11:59 AM
Help! Newb! How to Install XP on new System AMD trancex23 Tech 6 01-14-2006 08:38 AM


All times are GMT -7. The time now is 03:10 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0
©Tweak3D.Net 1998-2008Ad Management by RedTyger