When I type in mount/dev/sdc1, I get
- Code: Select all
mount: /media/usb0: special device /dev/sdc1 does not exist.
Here is my fstab
- Code: Select all
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=53b27eb9-625a-465c-86eb-d992df8f17e0 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=7A64-7662 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=ac3c03b7-dac8-4e9b-9b69-7f372529cf14 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdc1 /media/usb0 vfat uid=1000,noauto,user 0 0
/dev/sdc /media/usb0 vfat uid=1000,noauto,user 0 0
When I type in fdisk -l, I get
- Code: Select all
Disk /dev/sdc: 931.48 GiB, 1000170586112 bytes, 1953458176 sectors
Disk model: My Passport 0827
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x69205244
Device Boot Start End Sectors Size Id Type
/dev/sdc1 218129509 1920119918 1701990410 811.6G 72 unknown
/dev/sdc2 729050177 1273024900 543974724 259.4G 74 unknown
/dev/sdc3 168653938 168653938 0 0B 65 Novell Netware 386
/dev/sdc4 2692939776 2692991410 51635 25.2M 0 Empty
Here the output of lsblk -f
- Code: Select all
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
sda
├─sda1 vfat FAT32 7A64-7662 510.8M 0% /boot/efi
├─sda2 ext4 1.0 53b27eb9-625a-465c-86eb-d992df8f17e0 1.6T 7% /
└─sda3 swap 1 ac3c03b7-dac8-4e9b-9b69-7f372529cf14 [SWAP]
sdc
sr0
nvme0n1
Please is there a way to fix it?