Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change 
notification.

The "VirtualMachine" page has been changed by TimothyAllison:
https://wiki.apache.org/tika/VirtualMachine?action=diff&rev1=7&rev2=8

  
  2. `mkdir /data1`
  
- 3. `mount /dev/svdb /data1`
+ 3. `mount /dev/xvdb /data1`
  
  4. `nano /etc/fstab`
-        add this line:
+        add these lines (e.g.):
-        LABEL=/data1            /data1                  ext3    defaults       
 0 2
+ `/dev/xvdb               /data1                  ext3    defaults        0 2`
+ `/dev/xvdd               /data2                  ext3    defaults        0 2`
  
+ 4b. When you wreck the fstab file and can't log into your system after a hard 
reboot and you are in recovery mode:
+ 
+   `blkid` to figure out the drive types
+ 
+   `mount -t ext3 /dev/xvdb1 /mnt` to mount the system
+ 
+ 4c. Before you hit 4b, try `mount -fav` to see if there are any errors in 
your fstab file.
+ 

Reply via email to