Changes between Version 23 and Version 24 of Procedures/EndUserDelivery


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v23 v24  
    6060If the drive seems wrong, try `4L-cli enumerate` to list attached lightscribe compatible drives.
    6161
     62=== Preparing hard disks for delivery ===
     63
     64You will need to have root permissions before you start.
     65
     66Create Partition
     67
     68Unmount disk
     69run dmesg to find device name (listed at the bottom if just plugged in)
     70
     71run fdisk /dev/device name (probably sdb)
     72
     73enter 'p' to print partition table and check you have selected the correct disk[[BR]]
     74enter 'd' to delete the current partition[[BR]]
     75enter 'n' to create a new partition [[BR]]
     76enter 'p' to make new partition the primary partition[[BR]]
     77enter 'p' to print new partition table – if all seems fine enter 'w' to write
     78
     79ensure disk is unmounted again
     80
     81to be on the safe side, run dmesg again to make sure device name hasn't changed
     82
     83run mke2fs -j /dev/partition (probably sdb1)
     84
     85make writable for everyone – chmod a+rwx /media/disk
     86
    6287=== Finalising hard disk ===
    6388