Re: Question in occasion of SCSI devices (the tape store)
Nick wrote:
Help please with connection sa0 devices.
I try to make the following:
mount/dev/sa0/mnt/type
The system gives out:
Block device required
A tape drive isn't mountable as a filesystem because it is not a block device,
ie, the tape drive is sequential access, not random access.
Try using dump/restore or tar to access the tape drive.
--
-Chuck
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
Relevant Pages
- Re: Screw Linux, Im going back to Windows!
... >> - The module unloader decides the CD driver is no longer ... >> But we need some kernel support. ... >> physical device from the block device even when it is ... We need it to be changed even during the time the filesystem ... (comp.os.linux.security) - Re: [PATCH 0/4] FS: userspace notification of errors
... Uevents should not be used for error reporting, ... which a filesystem on top of a ... Block device interfaces for filesystems can not handle device-less ... higher-level interface like this. ... (Linux-Kernel) - Re: Vramfs: filesystem driver to utilize extra RAM on VGA devices
... vramfs is designed to take the memory range and directly turn it into a usable filesystem. ... The structures are not actually in VRAM, ... I don't really know about the mtd device, but I thought it would be good kernel coding practice to write a filesystem driver to pull off a stunt like that. ... And as a block device you can't use mmapto map that region directly into your process space, ... (Linux-Kernel) - Re: Notes on support for multiple devices for a single filesystem
... ensure that the filesystem knows it is consistent. ... at the block device level for non-fs devices. ... device to make a snapshot. ... (Linux-Kernel) - Announce - Silentcat diskless NBD boot for FC3
... However Linux also supports a "Network Block Device", ... fact depending on the server spec, it can operate faster than a local HDD). ... filesystem file on a Linux server, and export this using the NBD ... up as the root filesystem on the client machine. ... (Fedora) |
|