не получается замаунтить vfat, сообщения об ошибках двух типов, а строчка в /etc/fstab такая /dev/hda5 /mnt/d noauto,codepage=866, iocharset=koi8-r 1 1
[root@localhost /root]# mount -t vfat /dev/hda5 Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Union or stack mounts are specified using one of --replace, --after, --before, --over Other options: [-nfFrsvw] [-o options]. For many more details, say man 8 mount . [root@localhost /]# mount /dev/hda5 mount: fs type noauto,codepage=866,iocharset=koi8-r not supported by kernel [root@localhost /]# mount /mnt/d mount: fs type noauto,codepage=866,iocharset=koi8-r not supported by kernel
неужели придется ядро перекомпиливать, у меня стоит Red Hat 7.1 ядро 2.4.2-2.