Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Общий по Linux (http://forum.oszone.net/forumdisplay.php?f=9)
-   -   Пара вопросов (http://forum.oszone.net/showthread.php?t=12464)

sad koder 07-09-2004 14:48 65954

Как сделать видимым виндовый раздел?
Если я добавляю в /etc/fstab
/mnt/windows /dev/hda1 ntfs  0 0
То он ругается на неизвестный тип файловой системы.Как быть?

JeweL 07-09-2004 17:57 65955

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 65956

skystar
В ядре поддержка есть?

sad koder 07-09-2004 20:44 65957

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

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

archy 08-09-2004 00:08 65958

Дык, у тя там ntfs или vfat?

ruslandh 08-09-2004 01:06 65959

mount -t ntfs -o uni_xlate,iocharset=koi8-r /dev/hda1 /mnt/windows
?

sad koder 08-09-2004 08:38 65960

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

JeweL 08-09-2004 11:18 65961

skystar
Цитата:

mount /mnt/windows
с приведенным выше fstab работать не будет.
Разберитесь для начала почему
Цитата:

mount -t ntfs /dev/hda1 /mnt/windows
не работает.
Вероятнее всего, нет поддержки в ядре

mar 08-09-2004 11:35 65962

уточним - точно поддержка ntfs в ядре имеется?


Время: 02:03.

Время: 02:03.
© OSzone.net 2001-