Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
If you get something similar like "Disk /dev/dm-0 doesn't contain a valid partition table" or "mount: unknown file system type 'lvm2pv'" its because you have LVM's that 'fdisk' can not recognize, (or something like that) its nothing to worry about if you get that when executed the Diskmounter.sh script.
 
So the steps in a logical order:
1. connect your disk
2. download the[http://wiki.amahi.org/images/c/c6/Diskmounter.sh diskmounter] script
3. run the following command on the script: root@localhost # chmod 755 Diskmounter.sh
4. run the script: root@localhost # ./Diskmounter.sh
5. install pmount if you get an error: root@localhost # yum -y install pmount
6. try to run the script again: root@localhost # ./Diskmounter.sh
7. check your /etc/fstab how the disk is mounted: root@localhost # cat /etc/fstab (it will usually be the last line that's added).
33

edits