NTFS + OpenBSD

Вопросы настройки и работы с этой ОС.
Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Аватара пользователя
ttys
*BSD
Сообщения: 402
Зарегистрирован: 2009-06-26 8:37:11
Откуда: Ростов-на-Дону
Контактная информация:

NTFS + OpenBSD

Непрочитанное сообщение ttys » 2009-10-06 14:35:38

собственно проблемма в том что нужен треймаунтер или ещё какя небудь фигня типа desktopbsd-tools чтобы подмонтировать ntfs раздел с усб диска,
пишет мол:

Код: Выделить всё

mount_ntfs /dev/sd0i /mnt/ntfs/
mount_ntfs: /dev/sd0i on /mnt/ntfs: Operation not supported
зараза ни как не хочет монтировать, есть какя то возможность сделать это?

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

Аватара пользователя
Raven2000
-=_UNIX_=-
Сообщения: 4433
Зарегистрирован: 2006-10-29 17:59:13
Откуда: Там, где нас нет.
Контактная информация:

Re: NTFS + OpenBSD

Непрочитанное сообщение Raven2000 » 2009-10-07 22:55:59

Что ман говорит на mount_ntfs
и как девайс в системе определяется?
Если хочешь разобраться... Так иди и разбирайся!
[ igNix.ru | Технология жизни - технологии будущего ] [ Forum.igNix.ru ]

Аватара пользователя
ttys
*BSD
Сообщения: 402
Зарегистрирован: 2009-06-26 8:37:11
Откуда: Ростов-на-Дону
Контактная информация:

Re: NTFS + OpenBSD

Непрочитанное сообщение ttys » 2009-10-08 12:46:24

Что ман говорит на mount_ntfs

Код: Выделить всё

MOUNT_NTFS(8)           OpenBSD System Manager's Manual          MOUNT_NTFS(8)

NAME
     mount_ntfs - mount an NTFS file system

SYNOPSIS
     mount_ntfs [-ai] [-g gid] [-m mask] [-o options] [-u uid] special node

DESCRIPTION
     The mount_ntfs command attaches the NTFS filesystem residing on the de-
     vice special to the global filesystem namespace at the location indicated
     by node.  This command is normally executed by mount(8) at boot time, but
     can be used by any user to mount an NTFS file system on any directory
     that they own (provided, of course, that they have appropriate access to
     the device that contains the file system).

     The special device must correspond to a partition registered in the
     disklabel(5).

     The supported NTFS versions include both NTFS4, as used by Microsoft Win-
     dows NT 4.0, and NTFS5, as used by Microsoft Windows 2000 and XP.

     The options are as follows:

     -a      Force behaviour to return MS-DOS 8.3 names also on readdir().

     -g gid  Set the group of the files in the file system to gid.  The de-
             fault group is the group of the directory on which the file sys-
             tem is being mounted.

     -i      Make name lookup case insensitive for all names except POSIX
             names.

     -m mask
             Specify the maximum file permissions for files in the file sys-
             tem.

     -o options
             Options are specified with a -o flag followed by a comma separat-
             ed string of options.  See the mount(8) man page for possible op-
             tions and their meanings.

     -u uid  Set the owner of the files in the file system to uid.  The de-
             fault owner is the owner of the directory on which the file sys-
             tem is being mounted.

FEATURES
   NTFS file attributes
     NTFS file attributes can be accessed in the following way:

           foo[[:ATTRTYPE]:ATTRNAME]

     `ATTRTYPE' is one of identifier listed in $AttrDef file of volume.  De-
     fault is $DATA.  `ATTRNAME' is an attribute name.  Default is none.

     Examples:

     To get volume name (in Unicode):

           # cat /mnt/\$Volume:\$VOLUME_NAME

     To read directory raw data:

           # cat /mnt/foodir:\$INDEX_ROOT:\$I30

   Limited support for writing
     There is limited writing ability for files.  Limitations:

     o   file must be non-resident
     o   file must not contain any holes (uninitialized areas)
     o   file can't be compressed

     Note that it's not currently possible to create or remove files on NTFS
     filesystems.

     Warning: do not mount NTFS filesystems read-write.  The write support is
     not very useful and is not tested well.  It's not safe to write to any
     file on NTFS; you might damage the filesystem.  Unless you want to debug
     NTFS filesystem code, mount the NTFS filesystem read-only.

SEE ALSO
     mount(2), unmount(2), disklabel(5), fstab(5), disklabel(8), mount(8)

HISTORY
     Support for NTFS first appeared in FreeBSD 3.0.  It was later ported to
     OpenBSD and first appeared in OpenBSD 3.4.

AUTHORS
     NTFS kernel implementation, mount_ntfs, and this manual were originally
     written by Semen Ustimenko <semenu@FreeBSD.org>.

     The OpenBSD port was done by Julien Bordet <zejames@greyhats.org>.

BUGS
     The write support should be enhanced to actually be able to change file
     size, and to create and remove files and directories.  It's not very use-
     ful right now.

     If the attempt to mount NTFS gives you an error like this:

           # mount -t ntfs /dev/wd0k /mnt
           mount_ntfs: /dev/wd0k on /mnt: Invalid argument

     make sure that the appropriate partition has the correct entry in the
     disk label, particularly that the partition offset is correct.  If the
     NTFS partition is the first partition on the disk, the offset should be
     '63' (see disklabel(8)).

     If the NTFS partition is marked as `dynamic' under Microsoft Windows XP,
     it won't be possible to access it under OpenBSD anymore.

OpenBSD 4.5                    December 9, 2007                              2
и как девайс в системе определяется?

Код: Выделить всё

# tail -n 4 /var/log/messages
Oct  8 12:17:24 OpenBSD /bsd: umass0: using SCSI over Bulk-Only
Oct  8 12:17:24 OpenBSD /bsd: scsibus0 at umass0: 2 targets, initiator 0
Oct  8 12:17:24 OpenBSD /bsd: sd0 at scsibus0 targ 1 lun 0: <SAMSUNG, J1EL500127, 0-08> SCSI2 0/direct fixed
Oct  8 12:17:24 OpenBSD /bsd: sd0: 38204MB, 512 bytes/sec, 78242976 sec total