Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Slackware Linux Help > problem with back track 2.0!!!

Forgot Password?
 Slackware Linux Help   For help and Discussion about Slackware linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-26-2007   #1 (permalink)
Just Joined!
 
AG-Spider's Avatar
 
Join Date: Jun 2007
Posts: 12
Smile problem with back track 2.0!!!

<hello every body

i have created 2 partitions
1- 10 g.b ext3 to back track
2- 2 g.b swap
then i install the system to ext3 drive
after rebooted i found 2 drives ext3!!! Inside them the system files
What is the solution؟
See the picture
http://img262.imageshack.us/img262/285/snapshot1uf5.png
thnx>
AG-Spider is offline  


Reply With Quote
Old 06-26-2007   #2 (permalink)
Linux Newbie
 
rudie_rage's Avatar
 
Join Date: Jun 2007
Location: Canada
Posts: 133
Send a message via MSN to rudie_rage
are the directory contents the same for both?
If you change one, does the other change as well?

It kind of looks to me as if the drive is mounted to two different locations, but I dont know if you can even do that.

Maybe post the contents of /etc/fstab/ here.

Is this causing you any problems, or just a curiosity?
__________________
Living the digital dream....
Disclaimer: I may be wrong since I was once before.
Breathe out so I can breathe you in ~~Everlong
rudie_rage is offline   Reply With Quote
Old 06-26-2007   #3 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
post the output of df -h too.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 06-26-2007   #4 (permalink)
Just Joined!
 
AG-Spider's Avatar
 
Join Date: Jun 2007
Posts: 12
thnx 4 ur reply

yes the directory contents the same for both

This is the contents of the file

Code:
/dev/hda7 / auto defaults 1 1
tmpfs / tmpfs defaults 0 0 # AutoUpdate
devpts /dev/pts devpts gid=5,mode=620 0 0 # AutoUpdate
proc /proc proc defaults 0 0 # AutoUpdate
/dev/hdc /mnt/hdc_cdrom iso9660 noauto,users,exec 0 0 # AutoUpdate
/dev/hda1 /mnt/hda1 vfat auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
/dev/hda5 /mnt/hda5 vfat auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
/dev/hda6 swap swap auto,defaults 0 0 # AutoUpdate
/dev/hda7 /mnt/hda7 ext3 auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
/dev/hda8 /mnt/hda8 vfat auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
/dev/hda9 /mnt/hda9 vfat auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
/dev/hda10 /mnt/hda10 vfat auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
/dev/fd0 /mnt/floppy vfat,msdos noauto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
AG-Spider is offline   Reply With Quote
Old 06-26-2007   #5 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Quote:
/dev/hda7 /mnt/hda7 ext3 auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate
hda7 is being mounted twice. remove above line from /etc/fstab file.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 06-26-2007   #6 (permalink)
Linux Newbie
 
rudie_rage's Avatar
 
Join Date: Jun 2007
Location: Canada
Posts: 133
Send a message via MSN to rudie_rage
/dev/hda7 / auto defaults 1 1
/dev/hda7 /mnt/hda7 ext3 auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate

There is your problem.

Its mounted as root partition and also mounted to /mnt/hda7

If it is the directory for your entire system, removing the second line
(/dev/hda7 /mnt/hda7 ext3 auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate)

would solve your problem I THINK.

I'd wait for a second oppinion on that lol, I dont have enough faith in my own advise.

Edit: aah, casper beat me to it
__________________
Living the digital dream....
Disclaimer: I may be wrong since I was once before.
Breathe out so I can breathe you in ~~Everlong
rudie_rage is offline   Reply With Quote
Old 06-26-2007   #7 (permalink)
Just Joined!
 
AG-Spider's Avatar
 
Join Date: Jun 2007
Posts: 12
oooohhhh thnx devils_casper thnx rudie_rage

The problem has been solved successfully
AG-Spider is offline   Reply With Quote
Old 06-26-2007   #8 (permalink)
Just Joined!
 
AG-Spider's Avatar
 
Join Date: Jun 2007
Posts: 12
Unfortunately, the problem returned after reboot backtrack
What can be done?
AG-Spider is offline   Reply With Quote
Old 06-26-2007   #9 (permalink)
Linux Newbie
 
rudie_rage's Avatar
 
Join Date: Jun 2007
Location: Canada
Posts: 133
Send a message via MSN to rudie_rage
Ok, I didnt actually know what backtrack was... I just looked it up now. A live CD distro? and it seems you've installed it to your harddrive.

If you've changed the file, and your still having troubles, it might be something in your init scripts that is mounting it twice.

Finding and editing init scripts is something I'm pretty horrible at. It took me a few hours of reading to get a vague idea of what files start what processes.

Although apparently backtrack is based on slackware, which means it probably has the same init system my computer does. If its the startup (or shutdown) that is the problem, Its probably going to be located in a file in /etc/rc.d/ .

Sorry I cant do more to help.
__________________
Living the digital dream....
Disclaimer: I may be wrong since I was once before.
Breathe out so I can breathe you in ~~Everlong
rudie_rage is offline   Reply With Quote
Old 06-27-2007   #10 (permalink)
Just Joined!
 
AG-Spider's Avatar
 
Join Date: Jun 2007
Posts: 12
thnx alot rudie_rage
AG-Spider 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 Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 07:19 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2