»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 01-10-2002, 08:09 PM   #1 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,208
EndobioticChaos is on a distinguished road
Linux newbie questions

Finally starting to really get into Linux and I've got a few newbie questions:
1.) How do I get at files on a FAT32 partition other than the Linux partition?
2.) How do I decompress a .tar.gz file?

Perhaps more to come later...

EndobioticChaos is offline   Reply With Quote
Old 01-10-2002, 08:13 PM   #2 (permalink)
Registered User
 
Join Date: Oct 2001
Location: Alabama
Posts: 1,293
ChoaticWhisper is on a distinguished road
Send a message via AIM to ChoaticWhisper
Try looking in the /mnt/win_c - Thats your windows C:\
and to decompress the file you would use tar -zxvf filename.tar.gz
Just post ant more questions
ChoaticWhisper is offline   Reply With Quote
Old 01-10-2002, 08:15 PM   #3 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,208
EndobioticChaos is on a distinguished road
So just type tar -zxvf *filename*.tar.gz in the command line huh?
EndobioticChaos is offline   Reply With Quote
Old 01-10-2002, 08:16 PM   #4 (permalink)
Registered User
 
Join Date: Oct 2001
Location: TOO close to Wash DC
Posts: 7,956
vass0922 is on a distinguished road
Quote:
Try looking in the /mnt/win_c - Thats your windows C:\
^--- as noted above! If you're using mandrake or maybe some other new distro it should make it automatically and probably put in as EC noted.

otherwise you'll have to mount it manually
mount /dev/hda1 /mnt/win_c -vfat 0 0 1 is it??? something like that, you can do a "man mount" for more info
been awhile!


-- edit --

yep thats it for the tarball, that completely decompresses it from the .gz and .tar I do believe.

vass0922 is offline   Reply With Quote
Old 01-10-2002, 08:54 PM   #5 (permalink)
Registered User
 
pbharris's Avatar
 
Join Date: Oct 2001
Location: Chicago, IL
Posts: 2,403
pbharris is on a distinguished road
Send a message via ICQ to pbharris Send a message via AIM to pbharris Send a message via Yahoo to pbharris
hello,
like someone said a quick tar -zxvf filename.tar.gz will decompress and unarchive a .tar.gz file,

for the fat32 partion you can use linuxconf as user root to mount it, go to file system -> access local drive. a list of partions should pop up, if one of these is not the fat partition then click the add button at the bottom, and enter the info about the vfat partion. note that in linux the first partion is /dev/hda1 (for an IDE drive) - this would be the first partion on the master IDE drive conected to the primary IDE controller. If it is win9x then this is most likely where your fat partition is. another way to mount this is:
mount -t vfat /dev/hda1 /win_drive - assuming the mount point (which is an empty directory) is named /win_drive. there are ways to automate this of course.
__________________
I don't use Linux because I hate Windows (which I do) I use Linux because I like it.
play mtrek! telnet://mtrek.com:23
Odds are very good there are several spelling mistakes in this post.
pbharris is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 01:00 PM.