[SOLVED] Unable to mount drive
Hey guys! Quick rundown, our laptop has us between a rock and a hard place.. one being Safeboot and the other being stuck in Safe Mode with some unholy WinXP Admin password prompt not letting us by .. anyhow, to the Knoppix lol:
Using Knoppix 6.2
Microknoppix:/home/knoppix# fdisk -l
Code:
Disk /dev/sda: 40.0 GB, 40007761920 bytes
240 heads, 63 sectors/track, 5168 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x39133912
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5167 39062488+ 7 HPFS/NTFS
Microknoppix:/home/knoppix# mount
Code:
rootfs on / type rootfs (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/sr0 on /mnt-system type iso9660 (ro,relatime)
tmpfs on /ramdisk type tmpfs (rw,relatime,size=1048576k)
/dev/cloop on /KNOPPIX type iso9660 (ro,relatime)
unionfs on /UNIONFS type aufs (rw,relatime,si=1be31434,noplink)
unionfs on /home type aufs (rw,relatime,si=1be31434,noplink)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
tmpfs on /UNIONFS/var/run type tmpfs (rw,relatime,size=10240k)
tmpfs on /UNIONFS/var/lock type tmpfs (rw,relatime,size=10240k)
tmpfs on /UNIONFS/var/log type tmpfs (rw,relatime,size=102400k)
tmpfs on /tmp type tmpfs (rw,relatime,size=1048576k)
udev on /dev type tmpfs (rw,relatime,size=20480k)
tmpfs on /dev/shm type tmpfs (rw,relatime,size=1048576k)
devpts on /dev/pts type devpts (rw,relatime,mode=1777)
Microknoppix:/home/knoppix# cat /etc/fstab
Code:
# DEFAULT BASE FSTAB, UNCONFIGURED
proc /proc proc noauto 0 0
sysfs /sys sysfs noauto 0 0
# Added by KNOPPIX
/dev/sda1 /media/sda1 auto noauto,users,exec 0 0
# Added by KNOPPIX
/dev/sr0 /media/sr0 auto ro,noauto,users,exec 0 0
Any input would be greatly appreciated. I would be more than happy just to reinstall a new OS, but I would hate to tell my girlfriend I lost all of her pictures lol
Thanks!