Hi,
What I have done is as follows:
- Partitioned /dev/sda to only onle partition, i.e. /dev/sda1 using fdisk
- Set the filesystem type to Linux
- Created the /mnt/sda1 directory
- Tried to mount is using "sudo mount /dev/sda1 /mnt/sda1"
The error produced is: "Mounting /dev/sda1 on /mnt/sda1 failed: Invalid argument"
Please help.