Loopback Device: Difference between revisions

Jump to navigation Jump to search
m
Device names changed.
[unchecked revision][unchecked revision]
mNo edit summary
m (Device names changed.)
Line 341:
dd if=/dev/zero of=/path/to/floppy.img bs=512 count=2880
 
Configuring the svnd0vnd0 device:
vnconfig svnd0 /path/to/floppy.img
 
Listing configured vnd/svnd devices:
vnconfig -l
Line 354:
 
Creating a FAT12 file system and then mounting the device:
newfs_msdos -F 12 -f 1440 /dev/rsvnd0crvnd0c
mount -t msdos /dev/svnd0i /mnt/floppy
 
Removing the device mount and removing the svnd0 device:
umount /mnt/floppy
vnconfig -u svnd0vnd0
 
More Information: [http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html vnd(4)] / [http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfig&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html vnconfig(8)]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu