Changes between Version 24 and Version 25 of Procedures/EndUserDelivery
- Timestamp:
- May 9, 2008, 3:20:31 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v24 v25 64 64 You will need to have root permissions before you start. 65 65 66 Create Partition 67 66 To create a partition: 68 67 Unmount disk 69 68 run dmesg to find device name (listed at the bottom if just plugged in) … … 77 76 enter 'p' to print new partition table – if all seems fine enter 'w' to write 78 77 78 To format the disk: 79 79 ensure disk is unmounted again 80 80 … … 83 83 run mke2fs -j /dev/partition (probably sdb1) 84 84 85 Change permissions: 85 86 make writable for everyone – chmod a+rwx /media/disk 86 87