root@vahid-desktop:~# mount -t ext4 /dev/sda5 mount/
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@vahid-desktop:~# mount -t ext4 /dev/sda5 mount/
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
خب روشنه که کامند رو اشتباه میزنی !
ابتدا مطمین شو که sda5 همون فایل سیستمی رو داره که داری mount میکنی !
lsblk -o NAME,FSTYPE,SIZE,LABEL
در نهایت، باید پارتیشن رو به یک mount point به اصطلاح mount کنی. اون آدرس /mount که نوشتی اشتباهه !
مثال :
mount <DEV-NAME> /media/<DIR> -t ext4 -o nls=utf8