|
| quote: | Originally posted by St_Andrew
Deleting the symbolic links didn't work? At least it should have given you another error message! Guess you could backup your settings files in your home directory? That would save you a lot of work Also, it's a great idea to have a separate partition for /home/ in case something like this happens! |
I just ended up backing everything up on my ext3 drive, fixing my master boot record, and then reinstalling ubuntu like a good old fashioned n00b . The NTFS auto mount is driving me nuts though.
| quote: |
shz@shaolinz:~$ sudo fdisk -l
Disk /dev/sda: 40.0 GB, 40000020480 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe4651a0a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4862 39053983+ 7 HPFS/NTFS
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x60e951ab
Device Boot Start End Blocks Id System
/dev/sdb1 1 267 2144646 82 Linux swap / Solaris
/dev/sdb2 268 14593 115073595 83 Linux
Disk /dev/sdc: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x28f12a69
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 14593 117218241 c W95 FAT32 (LBA)
|
Here's what my FSTAB looks like:
| quote: |
# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
# /dev/sdb2
/dev/sdc1 /media/winxp ntfs-3g defaults 0 0
UUID=2d3da5ab-b953-462b-92b0-3cad3aa3b9ca / ext3 relatime,errors=remount-ro 0 1
# /dev/sdb1
UUID=8314b06d-50f1-4c32-a54b-31bfcf645b88 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
|
But when I type "sudo mount -a", I get:
| quote: |
NTFS signature is missing.
Failed to mount '/dev/sdc1': Invalid argument
The device '/dev/sdc1' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
|
Which is kind of weird cuz I remember my NTFS drive being sda1, so I tried that in my FSTAB instead and got this:
| quote: |
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/winxp -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/winxp ntfs-3g force 0 0
|
AAAAAA!!!!!!!!! 
___________________
"The Greatest enemy of knowledge is not ignorance, it is the illusion of knowledge." -Stephen Hawking
"First they came for the communists, and I did not speak out— because I was not a communist;
Then they came for the socialists, and I did not speak out— because I was not a socialist;
Then they came for the trade unionists, and I did not speak out— because I was not a trade unionist;
Then they came for the Jews, and I did not speak out— because I was not a Jew;
Then they came for me— and there was no one left to speak out for me." -Martin Niemöller
|