# fdisk da2
...
Information from DOS bootblock is:
The data for partition 1 is:
sysid 6,(Primary 'big' DOS (> 32MB))
start 32, size 126688 (61 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 359/ head 10/ sector 32
...
Монтируем файловую систему:
# mount_msdos /dev/da2s1 /mnt/umass
В версиях 5.1 и выше достаточно подгрузить модуль umass.ko, запустить
/usr/sbin/usbd и вставить flash-disk в USB-порт.
Как настроить Cronyx Omega PCI на FreeBSD-4.6?
$ fetch ftp://ftp.cronyx.ru/pub/cronyx/omega/ombsd18.tgz
$ tar xfvz ombsd18.tgz
$ cd ombsd
# patch -N -r "" -d /sys/isa < sio46.pch
# cd /dev
# for d in 2 3 4 5 6 7 8 9 a b c d e f g h h i j k l m n o p q r s t u v ;
do ./MAKEDEV ttyd$d cuaa$d; done
ВНИМАНИЕ! В файл описания ядра ничего писать не надо.
Конфигурируем, собираем и устанавливаем новое ядро.
# reboot
После перезагрузки:
$ dmesg | grep sio
siopci0: port 0x6700-0x670f,0x6600-0x667f,0x6500-0x657f irq 10 at device 9.0 o
n pci0
sio2: type ST16650A with 64 bytes FIFO
sio3: type ST16650A with 64 bytes FIFO
sio4: type ST16650A with 64 bytes FIFO
sio5: type ST16650A with 64 bytes FIFO
sio6: type ST16650A with 64 bytes FIFO
sio7: type ST16650A with 64 bytes FIFO
sio8: type ST16650A with 64 bytes FIFO
sio9: type ST16650A with 64 bytes FIFO
Как в ОС FreeBSD запустить XFree86 с опцией -nolisten tcp, если я работаю
через xdm?
В файле /usr/X11R6/lib/X11/xdm/Xservers к строке
:0 local /usr/X11R6/bin/X
следует дописать -nolisten tcp. Получившаяся строка будет выглядеть
так:
:0 local /usr/X11R6/bin/X -nolisten tcp
406 Прочтений • [Как прочитать данные с USB Easy Drive под FreeBSD (freebsd bsd usb flas)] [08.05.2012] [Комментариев: 0]