LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 01-10-2004, 05:47 PM   #1
tranquil.au
LQ Newbie
 
Registered: Dec 2003
Posts: 18

Rep: Reputation: 0
HELP i need to see my Linux Patition from windows ... how can i do it ???


i need help quick!!
i have to modify my xf86config bacause i can no longer see a GUI and i cant do it through the text screen because i cannot see it .
is there a way i can do it from my windows patition.

please help i cant possably stand Micro$haft Winblow$ for much longer (lol)

 
Old 01-10-2004, 05:51 PM   #2
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
You can't mount ext2, ext3 or Reiserfs partitions from windows. Sorry. You should be able to hit <ctrl>+<alt>+F1 to switch back to text mode when your linux install is done booting. Or chose to boot up in single user mode.
 
Old 01-10-2004, 06:01 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Explore2fs will allow you to see and I think write to files on your Linux partitions.
 
Old 01-10-2004, 06:19 PM   #4
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
explore2fs is a bit dangerous with writing.... but it should work

can you not see your bootup because you were using a framebuffer console?

if so, try passing the vga=normal option to the kernel as you select slack from lilo
 
Old 01-10-2004, 10:16 PM   #5
tranquil.au
LQ Newbie
 
Registered: Dec 2003
Posts: 18

Original Poster
Rep: Reputation: 0
ok i downloaded explore2fs .
i can read the file i want to edit and i can type in it however i cannot save it . (i mean that, when i edit the file and save it. i open it to check if my editing saved ok, it goes back to the way it was before i rectified it.)

please help.

Luke.
 
Old 01-10-2004, 10:41 PM   #6
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
try using the vga=normal on the boot prompt or you can use a rescue disc that either comes with your distro or use a live cd like knoppix or slax

both of those can mount your hdd partitions and then edit files
 
Old 01-10-2004, 10:48 PM   #7
tranquil.au
LQ Newbie
 
Registered: Dec 2003
Posts: 18

Original Poster
Rep: Reputation: 0
i onlyhave 1 slack CD im usin an older version of slack. it is slackware 8.1
i dont have a way to make a recovery disk .... i dont have a floppy drive.
please help i really really DONT want to reinstall.
 
Old 01-10-2004, 11:42 PM   #8
jeramy
Member
 
Registered: Nov 2003
Location: Ottawa, Canada
Distribution: Ubuntu 5.10
Posts: 46

Rep: Reputation: 15
You should be able to boot with the Slack 8.1 CD. (For the record, I've only used 9.1)

When the prompt comes up, type
bare.i root=/dev/hda2

assuming that /dev/hda2 is your Linux partition. You can edit your /etc/X11/XF86Config file from there (after you log in, of course).
 
Old 01-11-2004, 03:48 AM   #9
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
"i need help quick!!
i have to modify my xf86config bacause i can no longer see a GUI and i cant do it through the text screen because i cannot see it .
is there a way i can do it from my windows patition."


Have you ever heard of a command line text editor?

Your setup may be different but if at lilo you type in "linux 1",that is "linux[single space]1[one]" you will boot boot into a terminal at which you can log in as root and edit your XF86Config or whatever using vi or my preference mcedit"

It's not a very good idea to be altering/editing anything on your linux filesystems when they are not up, espeacially from windows with notepad or wordpad. Someone may pop up here and say "I did" but I wouldn't.

Last edited by justwantin; 01-11-2004 at 12:27 PM.
 
Old 01-11-2004, 06:37 AM   #10
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Re: HELP i need to see my Linux Patition from windows ... how can i do it ???

Quote:
Originally posted by tranquil.au
i need help quick!!
i have to modify my xf86config bacause i can no longer see a GUI and i cant do it through the text screen because i cannot see it ...
Try using this.............SLAX Live CD.....................that is if you can burn ISOs. It's small, but uses KDE for a GUI. It's based on Slack and autoloads any partitions it can see.
 
Old 01-11-2004, 03:35 PM   #11
tranquil.au
LQ Newbie
 
Registered: Dec 2003
Posts: 18

Original Poster
Rep: Reputation: 0
as it turn out ... i couldnt fix it ... so i had to reinstall
 
Old 01-11-2004, 05:27 PM   #12
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
why couldn't you? Next time, do this:
act like you're going to install Slack, but when you can start doing the partitioning with fdisk and all that:
mkdir /mnt/hda1
mount *whatever your /etc partition is on* /mnt/hda1
cd /mnt/hda1/etc/X11/xf86config(Or whatever the path is)
and then pico and vi are great friends.

Oh, this is also why I have TTY5 and TTY6 as text consoles under rc.4
 
  


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
can /swap be in an extended patition? poiuytrewq Linux - Newbie 1 09-19-2004 05:35 PM
how do i copy from a directory from one patition to another? webazoid Linux - Software 1 07-14-2004 04:47 PM
Accessing FAT32 patition henry_s Linux - Newbie 2 10-26-2003 04:57 PM
CDROM and patition icon problems linuxnoob1973 Linux - Hardware 2 01-10-2003 12:52 AM
post your patition scheme :P [cacheflow] Linux - General 13 05-10-2002 12:46 PM

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

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