Changes between Version 81 and Version 82 of Procedures/EndUserDelivery


Ignore:
Timestamp:
Sep 11, 2009, 6:28:31 PM (15 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v81 v82  
    125125To create a partition:[[BR]]
    126126
    127 Run dmesg to find device name (listed at the bottom if just plugged in)
    128 
    129 Unmount disk (with umount [device path])
    130 
    131 Run fdisk /dev/device name (probably sdb)
     127Run dmesg to find device name. Listed at the bottom if just plugged in
     128
     129e.g
     130SELinux: initialized (dev sdb, type ext3), uses xattr
     131
     132Device path is then dev/sdb
     133
     134Unmount the disk with umount dev/device_name, e.g. umount dev/sdb
     135
     136Run fdisk /dev/device name
    132137
    133138enter 'p' to print partition table and check you have selected the correct disk[[BR]]
     
    141146Ensure disk is unmounted again
    142147
    143 To be on the safe side, run dmesg again to make sure device name hasn't changed
    144 
    145 
    146 Run mke2fs -j /dev/partition (probably sdb1)
     148To be on the safe side, run dmesg again to make sure device name hasn't changed. You should now see the partition listed as device_name1, e.g. sdb1
     149
     150Run mke2fs -j /dev/partition
     151
    147152
    148153Change permissions:[[BR]]
     
    156161[[BR]]
    157162=== Copy over your data onto the disk ===
    158 Top directory should be the one with the project code.
     163
     164Top directory should be the one with the project code (from within the delivery directory)
     165Copy the data to /media/disk.
     166
     167e.g. cp /users/rsg/arsf/arsf_data/2008/flight_data/vocals/VOC_10-2008_314_Chile/delivery/20090827/VOC10  /media/disk
     168
     169
    159170[[BR]]
    160 [[BR]]
    161 
    162171
    163172=== Finalising hard disk ===