Changes between Version 25 and Version 26 of Procedures/EndUserDelivery


Ignore:
Timestamp:
May 9, 2008, 3:20:53 PM (16 years ago)
Author:
anee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v25 v26  
    6464You will need to have root permissions before you start.
    6565
    66 To create a partition:
     66To create a partition:[[BR]]
    6767Unmount disk
    6868run dmesg to find device name (listed at the bottom if just plugged in)
     
    7676enter 'p' to print new partition table – if all seems fine enter 'w' to write
    7777
    78 To format the disk:
     78To format the disk:[[BR]]
    7979ensure disk is unmounted again
    8080
     
    8383run mke2fs -j /dev/partition (probably sdb1)
    8484
    85 Change permissions:
     85Change permissions:[[BR]]
    8686make writable for everyone – chmod a+rwx /media/disk
    8787