Hello, this is very strange, can some body help me ?
i added a second Toshiba disk and created a ext4 partition using parted like this sudo parted /dev/sdb mkpart primary ext4 0% 60G then i created file system sudo mkfs.ext4 /dev/sdb1 now when i mount it like sudo mount -t ext4 /dev/sdb1 /mnt it gives the error mount: /build: unknown filesystem type 'ext4' what is this ? cheers Aahna.