Changes between Version 81 and Version 82 of Procedures/EndUserDelivery
- Timestamp:
- Sep 11, 2009, 6:28:31 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v81 v82 125 125 To create a partition:[[BR]] 126 126 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) 127 Run dmesg to find device name. Listed at the bottom if just plugged in 128 129 e.g 130 SELinux: initialized (dev sdb, type ext3), uses xattr 131 132 Device path is then dev/sdb 133 134 Unmount the disk with umount dev/device_name, e.g. umount dev/sdb 135 136 Run fdisk /dev/device name 132 137 133 138 enter 'p' to print partition table and check you have selected the correct disk[[BR]] … … 141 146 Ensure disk is unmounted again 142 147 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) 148 To 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 150 Run mke2fs -j /dev/partition 151 147 152 148 153 Change permissions:[[BR]] … … 156 161 [[BR]] 157 162 === Copy over your data onto the disk === 158 Top directory should be the one with the project code. 163 164 Top directory should be the one with the project code (from within the delivery directory) 165 Copy the data to /media/disk. 166 167 e.g. cp /users/rsg/arsf/arsf_data/2008/flight_data/vocals/VOC_10-2008_314_Chile/delivery/20090827/VOC10 /media/disk 168 169 159 170 [[BR]] 160 [[BR]]161 162 171 163 172 === Finalising hard disk ===