Deluxnetwork
English German French Italian Portuguese Spanish Chinese     
 
Penguin



Available Guides:::::

Information below provided by Ryan Forrester www.d9x.net
Note: Commands/paths below would be different on all systems, depending on your setup.


### Create a file system.
example: `/sbin/mke2fs /dev/fd0`

### format a floppy
example: `fdformat /dev/fd0`

### mount harddisk
example: `mount /dev/sdb1 /drive2`

### mount floppy
example: `mount -t ext2 /dev/fd0 /mnt/floppy`
example: `mount /dev/fd0 /mnt/floppy`

### mount cdrom
example: `mount -t iso9660 -r /dev/cdrom /mnt/cdrom`
example: `mount /dev/cdrom /mnt/cdrom`

### unmount harddisk
example: `umount /drive2`

### unmount floppy
example: `umount /mnt/floppy`

### unmount cdrom
example: `umount /mnt/cdrom`


Other Related Sites:


Suggest a link?:
mail us

Linux Hosting by www.d9x.net