執行mount掛載命令 報錯:mount: you must specify the filesystem type

mount/dev/sr0 /mnt/cdrom 想掛載鏡像到/mnt/cdrom,來用做yum源,掛載報錯如下 mount:you must specify the filesystemtype報錯翻譯是說:因爲沒有指定文件系統 使用df -T -h 查看文件系統格式 文件系統爲ext4格式,接下來我進行如下操作 mount -t ext4 /dev/cdrom/ /media,結果報錯如下 m
相關文章
相關標籤/搜索