Basicaly I'm trying to modify my grub conf on my Kubuntu HDD as the boot loader is broken. I'm using a live disk at the moment.
I'm using this command but I don't know what naming convetion to use for the file system type.
"sudo mount -t <type> /dev/sdc1 /media/hddtest"
"sudo fdisk -l" gives me this:
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 9331 74951226 83 Linux
/dev/sdc2 9332 9729 3196935 5 Extended
/dev/sdc5 9332 9729 3196903+ 82 Linux swap / Solaris
What do I need to put as the type?
I'm using this command but I don't know what naming convetion to use for the file system type.
"sudo mount -t <type> /dev/sdc1 /media/hddtest"
"sudo fdisk -l" gives me this:
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 9331 74951226 83 Linux
/dev/sdc2 9332 9729 3196935 5 Extended
/dev/sdc5 9332 9729 3196903+ 82 Linux swap / Solaris
What do I need to put as the type?