Hello everybody!!!
It's a long time not see you.
So here we are again. I have an old external USB 1T Transcend and play with it for fun and education.
Yesterday I erased everything inside it and went one more step further. I override everything with
Once progress was completed, I partitioned my HDD with
I made the whole disk one partition with ext.4 file system,
and I can see my HDD with command
and
I reboot but HDD didn't mount automatically, as it used to be.
So I made a mount point with
and try to mount my HDD with
but I received the below warning msg
What I miss guys ?
Thanks in advance
It's a long time not see you.
So here we are again. I have an old external USB 1T Transcend and play with it for fun and education.
Yesterday I erased everything inside it and went one more step further. I override everything with
Code:
dd if=/dev/zero of=/dev/sdb status=progress
Code:
fdisk /dev/sdb
and I can see my HDD with command
Code:
lsblk
Code:
fdisk -l
So I made a mount point with
Code:
mkdir mnt
Code:
mount /dev/sdb /mnt
Code:
mount: wrong fs type, bad option , bad superblock on /dev/sdb, missing codepage or helper program, or other error
In some cases useful info is found in syslog - try dmesg | tair or so
What I miss guys ?
Thanks in advance