How do I mount my hdd under knoppix?
Kevin Brown
kevin_brown at qwest.net
Sat May 12 00:48:29 MST 2007
gm5729 wrote:
>> I've been away from Linux for quite a while and can't remember how to
>> mount my hdd. Seems to me Knoppix would mount it for you. I went to /mnt
>> and found a dir called hd/ but there is nothing in there.
>
>> I'm using Knoppix 3.6 on a Dell Dimension e510.
>
>> Thanks in advance for any suggestions you may have.
>
>> Mike Hoy
>
> mkdir /dev/blah && mount /dev/hda /dev/blah && chroot /dev/blah
don't think you want the mount point in /dev
mkdir /mnt/blah && mount /dev/hda /mnt/blah
More information about the PLUG-discuss
mailing list