loading 发表于 2003-9-13 14:24:39

mount后出现这个错误为什么?

mount: /dev/hda1 is not a valid block device

KanKer 发表于 2003-9-14 10:09:02

可能在fstab里未定义,或您在mount时未过磁盘格式参数。正确的应为:
mount -t vfat(ntfs|ext2|3 etc.) -o iocharset=cp936 /dev/hdaX /mnt/yourdir
页: [1]
查看完整版本: mount后出现这个错误为什么?