| |
06-26-2007
|
#1 (permalink)
| | Just Joined!
Join Date: Jun 2007
Posts: 12
| 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> |
|
|
06-26-2007
|
#2 (permalink)
| | Linux Newbie
Join Date: Jun 2007 Location: Canada
Posts: 133
| 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
|
| |
06-26-2007
|
#3 (permalink)
| | Super Moderator
Join Date: Jun 2006 Location: Chandigarh, India
Posts: 21,081
| 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 |
| |
06-26-2007
|
#4 (permalink)
| | Just Joined!
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
|
| |
06-26-2007
|
#5 (permalink)
| | Super Moderator
Join Date: Jun 2006 Location: Chandigarh, India
Posts: 21,081
| 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 |
| |
06-26-2007
|
#6 (permalink)
| | Linux Newbie
Join Date: Jun 2007 Location: Canada
Posts: 133
| /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
|
| |
06-26-2007
|
#7 (permalink)
| | Just Joined!
Join Date: Jun 2007
Posts: 12
| oooohhhh thnx devils_casper thnx rudie_rage
The problem has been solved successfully  |
| |
06-26-2007
|
#8 (permalink)
| | Just Joined!
Join Date: Jun 2007
Posts: 12
| Unfortunately, the problem returned after reboot backtrack
What can be done?  |
| |
06-26-2007
|
#9 (permalink)
| | Linux Newbie
Join Date: Jun 2007 Location: Canada
Posts: 133
| 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
|
| |
06-27-2007
|
#10 (permalink)
| | Just Joined!
Join Date: Jun 2007
Posts: 12
| thnx alot rudie_rage  |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |