[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Re: Mount HD



On Wednesday, 16 Jul 2003, KSTOR wrote:

> Dieter,...
> 
> The icon of HD not appears in the KDE desktop... Why?
Maybe it is not recognized properly....
On most Desktop Computers Windows C is /dev/hda1
You can check that with 
fdisk -l

(as root from Console [ctrl-alt-F1])
(But take care with fdisk, you have been warned! With fdsik you can destroy
all your data)

If the drive is recognized properly, it is listed in fstab:
cat /etc/fstab

If yes try:
mount /mnt/hda1
if no try something like:
mkdir /mnt/winc
mount /dev/hda1 /mnt/winc

And read 'man mount'.... As I mentioned before...

regards

-didi
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: