any comments on both posts?
zion2008
SOLVED: Amahi7 installation problems
Re: Amahi7 installation problems
I try to mount an external harddisk on my HDA using the wiki entitled;
Adding a second hard drive to your HDA
I did the following steps:
[root@localhost ~]# hda-diskmount
****************************************************************
mount: unknown filesystem type 'ntfs-3g'
Mounted /dev/sdb1 as '/var/hda/files/drives/drive2'
You may want your system to mount it every time you boot.
To do so, add this line VERY CAREFULLY to /etc/fstab and reboot:
UUID=064EF60C4EF5F3F1 /var/hda/files/drives/drive2 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=500,gid=100,noatime 1 2
****************************************************************
Ignoring /dev/sda1 - already mounted
Ignoring /dev/sda1 - already in /etc/fstab as UUID=8c0b0593-268b-4f5e-977d-4e6d29a34d0d
****************************************************************
Ignoring /dev/sda2 - already mounted
Ignoring /dev/sda2 - already in /etc/fstab as UUID=6f257103-fd43-4abb-9814-6bd5cf1e7dfc
****************************************************************
Ignoring /dev/sda6 - already mounted
Ignoring /dev/sda6 - already in /etc/fstab as UUID=8d28f7af-91c0-4a9a-881c-b72a2de0dffb
****************************************************************
All Linux, Windows and Mac partitions on your disks have been mounted.
[root@localhost etc]# vi fstab
[root@localhost etc]# cat fstab
#
# /etc/fstab
# Created by anaconda on Mon Aug 12 21:45:14 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=8d28f7af-91c0-4a9a-881c-b72a2de0dffb / ext4 defaults 1 1
UUID=8c0b0593-268b-4f5e-977d-4e6d29a34d0d /boot ext4 defaults 1 2
UUID=6f257103-fd43-4abb-9814-6bd5cf1e7dfc /home ext4 defaults 1 2
UUID=004682d3-b94c-4628-870a-d9db60247670 swap swap defaults 0 0
UUID=5f920b20-052e-4def-bafa-93a01004daed swap swap defaults 0 0
UUID=064EF60C4EF5F3F1 /var/hda/files/drives/drive2 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=500,gid=100,noatime 1 2
[root@localhost etc]# mount -a
mount: unknown filesystem type 'ntfs-3g'
Now I'm lost.
Any suggestions on this?
Regards zion2008
Adding a second hard drive to your HDA
I did the following steps:
[root@localhost ~]# hda-diskmount
****************************************************************
mount: unknown filesystem type 'ntfs-3g'
Mounted /dev/sdb1 as '/var/hda/files/drives/drive2'
You may want your system to mount it every time you boot.
To do so, add this line VERY CAREFULLY to /etc/fstab and reboot:
UUID=064EF60C4EF5F3F1 /var/hda/files/drives/drive2 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=500,gid=100,noatime 1 2
****************************************************************
Ignoring /dev/sda1 - already mounted
Ignoring /dev/sda1 - already in /etc/fstab as UUID=8c0b0593-268b-4f5e-977d-4e6d29a34d0d
****************************************************************
Ignoring /dev/sda2 - already mounted
Ignoring /dev/sda2 - already in /etc/fstab as UUID=6f257103-fd43-4abb-9814-6bd5cf1e7dfc
****************************************************************
Ignoring /dev/sda6 - already mounted
Ignoring /dev/sda6 - already in /etc/fstab as UUID=8d28f7af-91c0-4a9a-881c-b72a2de0dffb
****************************************************************
All Linux, Windows and Mac partitions on your disks have been mounted.
[root@localhost etc]# vi fstab
[root@localhost etc]# cat fstab
#
# /etc/fstab
# Created by anaconda on Mon Aug 12 21:45:14 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=8d28f7af-91c0-4a9a-881c-b72a2de0dffb / ext4 defaults 1 1
UUID=8c0b0593-268b-4f5e-977d-4e6d29a34d0d /boot ext4 defaults 1 2
UUID=6f257103-fd43-4abb-9814-6bd5cf1e7dfc /home ext4 defaults 1 2
UUID=004682d3-b94c-4628-870a-d9db60247670 swap swap defaults 0 0
UUID=5f920b20-052e-4def-bafa-93a01004daed swap swap defaults 0 0
UUID=064EF60C4EF5F3F1 /var/hda/files/drives/drive2 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=500,gid=100,noatime 1 2
[root@localhost etc]# mount -a
mount: unknown filesystem type 'ntfs-3g'
Now I'm lost.
Any suggestions on this?
Regards zion2008
Re: Amahi7 installation problems
The wiki stuff looks fine.
As for your drive issues. Did you follow the wiki guidance where it says to install dependencies, one which is ntfs-3g?
https://wiki.amahi.org/index.php/Adding ... requisites
As for your drive issues. Did you follow the wiki guidance where it says to install dependencies, one which is ntfs-3g?
https://wiki.amahi.org/index.php/Adding ... requisites
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Re: Amahi7 installation problems
Hello Bigfoot65,
No I did not. And of course this was my mistake. After I followed the install prerequisites for fedora the drive got recognized and the mount -a command did not give any issue anymore.
I have now a fully working HDA and I am putting it to use now.
Thanks.
zion2008
No I did not. And of course this was my mistake. After I followed the install prerequisites for fedora the drive got recognized and the mount -a command did not give any issue anymore.
I have now a fully working HDA and I am putting it to use now.
Thanks.
zion2008
Re: Amahi7 installation problems
Glad to hear things are humming along now.
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Who is online
Users browsing this forum: Google Adsense [Bot] and 19 guests