Changes

From Amahi Wiki
Jump to: navigation, search
There will be a '''WARNING''' indicating ''/var/hda/files/drives cannot be moved to a subdirectory of itself'' which should be ignored.
Next, ''unmount'' the new hard drive and remount it as ''/var/hda/files'':
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
umount /var/hda/files/drives/drive1/
Add the line to ''/etc/fstab'' provided in the hda-diskmount output in '''<span style="color: blue;">BLUE</span>''' and change the second value (path) to ''/var/hda/files''.
:EXAMPLE OUTPUT (Original): <span style="color: blue;">UUID=9d972abc547b073d-1639e591-44df4913-a60eb4fb-668618d40236 7c5084353979 <strong>/var/hda/files/drives/drive1</strong> ext4 defaults 1 2</span>:EXAMPLE OUTPUT(Modified): UUID=9d972abc547b073d-1639e591-44df4913-a60eb4fb-668618d40236 7c5084353979 <strong>/var/hda/files</strong> ext4 defaults 1 2
'''DO NOT''' change anything else from the '''<span style="color: blue;">BLUE</span>''' line in the hda-diskmount output . :EXAMPLE: # # /etc/fstab # Created by anaconda on Sat Nov 9 01:46:39 2013 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and /or blkid(8) for more info # UUID=1ebbf241-528c-465e-889f-acc15400dd8c / ext4 defaults 1 1 UUID=087b15a5-c3ca-4615-b6ee-bf5f399a803e /boot ext4 defaults 1 2 UUID=75346b8e-b162-458c-b0e9-a8d48ec2bc82 swap swap defaults 0 0 UUID=ad85eeb9-18f0-4b85-9bfa-b88a5d1489b3 swap swap defaults 0 0 <span style="color:#0000FF">'''UUID=547b073d-e591-4913-b4fb-7c5084353979 /var/hda/files ext4 defaults 1 2'''</span> Finally execute:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
mount -a
ls /var/hda/files/
</div>
The last command will display contents of the new hard drive. All shares are now located on the new hard drive.
==Some Shares==
12,424

edits