when i install backtrack 2 it asks me for the root of the cd what is the root of the cd please can you tell me
cheers
bondi 007
when i install backtrack 2 it asks me for the root of the cd what is the root of the cd please can you tell me
cheers
bondi 007
Short answer for : the installer wants the filesystem location that represents the CD so it can read the top‑level install files. was pointing toward that idea and correctly listed common places where a system normally exposes an inserted disc; 's HD install guide is also worth reading before changing partitions.
How to find the mount point (quick checks): list mounted filesystems and look for the CD device or an ISO9660 filesystem. Useful commands are shown below.
mount | grep -i iso9660
cat /proc/mounts | grep -i iso9660
lsblk -f If the disc or ISO is not mounted, attach it to a directory and give that directory to the installer. Example with placeholders (replace with the real device or ISO path and a real empty directory):
sudo mkdir /path/to/mountpoint
sudo mount /dev/sr0 /path/to/mountpoint
# or for an ISO image:
sudo mount -o loop /path/to/backtrack.iso /path/to/mountpoint Dual‑boot note (answering ): BackTrack can be installed alongside Windows but basic precautions are required — full backups, shrinking the Windows volume with Windows tools, creating Linux partitions, and letting the installer install GRUB (or choosing a chainload approach). The Ubuntu community page on dual booting gives a clear, general workflow for mixed Windows/Linux setups: Windows DualBoot guide. For background on how mounts work, see Mount (computing).
Jump to Post— azimuth0 1It wants to know the directory under which the CD is mounted.
Jump to Post— jbennet 1,618usually
/mnt/cdrom OR /mnt/hdc (or similar)
OR /media/cdrom
etc....
It wants to know the directory under which the CD is mounted.
usually
/mnt/cdrom OR /mnt/hdc (or similar)
OR /media/cdrom
etc....
cheers for that ill give it a go when i install it is there anyway i can dual boot it with windows like ubuntu
cheers
bondi 007
how do i dual boot tho
cheers
bondi 007
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.