| I was able to get knoppix 5.1 and booted on the system. But, here's a problem. I was never able to shut down the Win2003 Server box because the person before me hadn't left the admin password, which is the reason I'm trying to do this with Knoppix and chntpw, so the filesystem on the box is unclean. I'm using the following command to try to mount the filesystem:
mount -t ntfs-3g /dev/hda1 /mnt/hda1 -o force,default,umask=0
but I keep getting the error msg:
WARNING: Dirty volume mount was forced by the 'force' mount option.
fusermount: mountpoint is not empty
fusermount: if you are sure this is safe, use the 'nonempty' mount option
Failed to create FUSE mount point: No such file or directory
Retry to create FUSE mount point ...
FATAL: Module fuse not found.
fusermount: mountpoint is not empty
fusermount: if you are sure this is safe, use the 'nonempty' mount option
Failed to create FUSE mount point: No such file or directory
Unmounting /dev/hda1 ()
I've looked all over in man 8 mount, -h, etc, and can't find a parameter for 'nonempty' and can't get the filesystem to mount.
Any further suggestions?
Thanks.
Mark
update: I created a new subdirectory ntfs under /mnt and that allowed me to mount the filesystem.
However, Knoppix isn't finding the SAM registry hive where the passwords are kept. I'll look on the MS knowledge base to see if they changed the location from XP.
Thanks all.
Mark |