Results 1 to 5 of 5
I've just started a new job and they have this system with Windows 2003 server. The person who left didn't tell them the admin password for the system, so I ...
- 10-10-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
Knoppix and Win2003 Server
I've just started a new job and they have this system with Windows 2003 server. The person who left didn't tell them the admin password for the system, so I booted Knoppix 5.0 (5.1 had a problem, may be the CD) and can get into the system with no problem. However, when I do to change the read/write mode to write, the hard drive becomes unmounted.
Anyone know if win2k3 server has a special NTFS format, or why I can't change to the write mode?
I can't get to chntpw and change the password if I can't change to write mode on /mnt/hda1.
Any advice appreciated.
Thanks,
Mark
- 10-10-2007 #2
Hi and Welcome !
Execute this
You will have read/write access in /mnt/hda1.Code:mount -t ntfs-3g /dev/hda1 /mnt/hda1 -o defaults,umask=0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-11-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
- 10-11-2007 #4
It means ntfs-3g package is not available in Knoppix 5.0 and you will not able to write in NTFS partitions. If your machine has internet access then install ntfs-3g package.
Execute mount command again.Code:su apt-get install ntfs-3g
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-14-2007 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
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


Reply With Quote

