Войти

Показать полную графическую версию : Пара вопросов


sad koder
07-09-2004, 14:48
Как сделать видимым виндовый раздел?
Если я добавляю в /etc/fstab
/mnt/windows /dev/hda1 ntfs  0 0
То он ругается на неизвестный тип файловой системы.Как быть?

JeweL
07-09-2004, 17:57
man fstab:
      The  first  field,  (fs_spec), describes the block special
      device or remote filesystem to be mounted.

      The second field, (fs_file), describes the mount point for
      the filesystem.  For swap partitions, this field should be
      specified as ``none''.

      The third field, (fs_vfstype), describes the type  of  the
      filesystem.

      The fourth field, (fs_mntops), describes the mount options
      associated with the filesystem.

      The fifth field, (fs_freq), is used for these  filesystems
      by the dump(8) command to determine which filesystems need
      to be dumped.

     The sixth field, (fs_passno), is used by the fsck(8)  pro-
      gram to determine the order in which filesystem checks are
      done at reboot time.

archy
07-09-2004, 18:26
skystar
В ядре поддержка есть?

sad koder
07-09-2004, 20:44
2Jewel:если ты думаешь что я ман не читал то ты ошибаешься.

Да в кернеле поддержка есть, я на одном форуме нашел как это делать ,но все равно пишет wrong file fs or bad blocks or etc:
mount -t vfat -o uni_xlate,iocharset=koi8-r /dev/hda1 /mnt/windows

А в fstab
/dev/hda1 /mnt/windows vfat uni_xlate,iocharset=koi8-r 0 0

Исправлено: skystar, 20:45 7-09-2004

archy
08-09-2004, 00:08
Дык, у тя там ntfs или vfat?

ruslandh
08-09-2004, 01:06
mount -t ntfs -o uni_xlate,iocharset=koi8-r /dev/hda1 /mnt/windows
?

sad koder
08-09-2004, 08:38
Дык я и так и так пробовал!!!
У меня там ntfs
2.ruslandh это я не то копи-пасте вставил.
Монтирую так - mount /mnt/windows
пробовал и без параметров в fstab втавлять

JeweL
08-09-2004, 11:18
skystar
mount /mnt/windows
с приведенным выше fstab работать не будет.
Разберитесь для начала почему mount -t ntfs /dev/hda1 /mnt/windows не работает.
Вероятнее всего, нет поддержки в ядре

mar
08-09-2004, 11:35
уточним - точно поддержка ntfs в ядре имеется?




© OSzone.net 2001-2012