Changes between Version 11 and Version 12 of Procedures/EndUserDelivery/HardDisk
- Timestamp:
- Aug 3, 2011, 10:26:54 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery/HardDisk
v11 v12 3 3 == First steps == 4 4 5 Plug in the external hard drive. 5 1. Plug in the external hard drive. 6 1. You will need to have root permissions before you start: `sudo su` and then type in your linux password. 7 1. Run dmesg to find device name. Listed at the bottom if just plugged in. 6 8 7 You will need to have root permissions before you start ('sudo su' and then type in your password). 8 9 Run dmesg to find device name. Listed at the bottom if just plugged in. 10 11 e.g 12 13 {{{ 14 SSELinux: initialized (dev sdb, type fuseblk), uses genfs_contexts 15 }}} 16 17 or 9 e.g. 18 10 19 11 {{{ … … 23 15 Device path is then /dev/sdb (not sdb1 etc, this indicates a partition on sdb) 24 16 25 Run mount to find the name of the partition you need to unmount e.g /dev/sdb1 17 4. Run mount to find the name of the partition you need to unmount e.g /dev/sdb1. 18 5. Unmount the partition with umount /dev/partition, e.g. umount /dev/sdb1 (if not already unmounted) 26 19 27 Unmount the partition with umount /dev/partition, e.g. umount /dev/sdb1 (if not already unmounted)[[BR]]28 29 At this point you will need to make a Windows format disk (NTFS, not FAT32) for all data types.30 31 note: for hyperspectral data prior to 2011, make a Linux format disk (ext3)32 33 ---------------------34 20 == Formatting and partitioning == 35 21