The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Поиск:  Каталог документации / Документация по FreeBSD / Руководства по FreeBSD на английском

3 Mounting ZIP disks

To access the ZIP disk, you simply mount it like any other disk device. The file-system is represented as slice 4 on the device, so for SCSI or parallel ZIP disks, you would use:

    # mount_msdos /dev/da1s4 /mnt

For IDE ZIP drives, use:

    # mount_msdos /dev/ad1s4 /mnt

It will also be helpful to update /etc/fstab to make mounting easier. Add a line like the following, edited to suit your system:

    /dev/da1s4  /zip msdos rw,noauto  0 0
and create the directory /zip.

Then, you can mount simply by typing

    # mount /zip
and unmount by typing
    # umount /zip


For more information on the format of /etc/fstab, see fstab(5).

You can also create a FreeBSD file-system on the ZIP disk using newfs(8). However, the disk will only be usable on a FreeBSD system, or perhaps a few other Unix clones that recognize FreeBSD file-systems. (Definitely not DOS or Windows.)

This, and other documents, can be downloaded from ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/.

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру