wiki:SaliUsage/Functions/create_disk_mount_file

create_disk_mount_file

Create per disk a file in /tmp that can later be used to mount the devices below /a:

Usage:

create_disk_mount_file <diskname> <mountpath> <fs_type> <partition>

Example

Create a mount file for disk sda that has 2 partitions:

create_disk_mount_file sda /boot ext2 /dev/sda1
create_disk_mount_file sda / ext2 /dev/sda2

NOTE::

/dev/sda can also be used for <diskname>

Last modified 14 years ago Last modified on 06/29/10 11:22:16