Hard disk vanished after software update
#1
Posted 27 September 2012 - 07:37
Any suggestions would be appreciated,
Richard
Re: Hard disk vanished after software update #2
Posted 27 September 2012 - 08:54
Can you telnet into your box and post the result of 'mount' here?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Hard disk vanished after software update #3
Posted 27 September 2012 - 08:54
If your (internal) disk has no label and you have no entry in fstab, then it is mounted as /media/sda1
If yor (external) disk has no label and you have no entry in fstab, then it is mounted as /media/usb
To mount your disk as /media/hdd you can either set an entry in fstab or (recommended) label your disk as hdd
Then it will be mounted as /media/hdd
To label your diks use
tune2fs -L hdd /dev/sda1
hdd is the Label
/dev/sda1 is the device name (blkid + mount show device names)
Contend of disk will not be changend or deleted.
Regards
Martin
Edited by Martin_B, 27 September 2012 - 08:56.
Re: Hard disk vanished after software update #4
Re: Hard disk vanished after software update #5
Posted 27 September 2012 - 16:29
root@dm8000:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=158852k,nr_inodes=39713,mode=7
5)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/loop1 on /media/ba type ext4 (rw,noatime,nodiratime,barrier=1,data=writeba
k)
/dev/loop1 on /media/ba type ext4 (rw,noatime,nodiratime,barrier=1,data=writeba
k)
/dev/loop1 on / type ext4 (rw,noatime,nodiratime,barrier=1,data=writeback)
devtmpfs on /dev type devtmpfs (rw,relatime,size=158852k,nr_inodes=39713,mode=7
5)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k)
tmpfs on /var/volatile type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
root@dm8000:~#
Entering tune2fs -L hdd /dev/sda1 caused a short pause and then the root cursor.
root@dm8000:~# tune2fs -L hdd /dev/sda1
root@dm8000:~#
It looks to me as if the system can only see the USB flash drive I am using to run Barry Allen. From the dreambox I can see both the HDD and the USB drives correctly identified by name and could initialise them . If I press RECORD I get "MISSING no hdd found or hdd not initialised.
Richard
Re: Hard disk vanished after software update #6
Posted 27 September 2012 - 16:30
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Hard disk vanished after software update #7
Posted 27 September 2012 - 16:55
Is there nothing I can use from the Dreambox to mount a hard disk ?
Richard
Re: Hard disk vanished after software update #8
Posted 27 September 2012 - 17:03
Process of mounting devices has changed.
If your (internal) disk has no label and you have no entry in fstab, then it is mounted as /media/sda1
If yor (external) disk has no label and you have no entry in fstab, then it is mounted as /media/usb
The first internal disk is always mounted as /media/hdd regardless of fstab or label. Where "internal" means the internal SATA connector exclusively,
Re: Hard disk vanished after software update #9
Re: Hard disk vanished after software update #10
Re: Hard disk vanished after software update #11
Re: Hard disk vanished after software update #12
Re: Hard disk vanished after software update #13
Posted 27 September 2012 - 19:52
The first internal disk is always mounted as /media/hdd regardless of fstab or label. Where "internal" means the internal SATA connector exclusively,
What is the difference between the internal sata en the e-sata besides the placement?
Hardware: Master VU Uno 4K SE 1x Mut@nt HD51.4K & 2x ZgemmaH9T
Software : Pli (v7) (7.1rc) 2019
Re: Hard disk vanished after software update #14
Re: Hard disk vanished after software update #15
Posted 2 October 2012 - 18:09
You're right, I never thought of the external plug, so remove "internal" from my comment to make it correct
Ok, thanks.
I was just planning to buy an SSD for the eSATA for recording.
Easy to transfer to PC
And use it also for timeshifting.
Hardware: Master VU Uno 4K SE 1x Mut@nt HD51.4K & 2x ZgemmaH9T
Software : Pli (v7) (7.1rc) 2019
Re: Hard disk vanished after software update #16
Re: Hard disk vanished after software update #17
Posted 15 October 2012 - 19:02
To cure the error when telnetting blkid, I installed util-linux-blkid which after rebooting, gave some info about where the hdd was mounted.
To correct the mount point, I edited /etc/fstab (I removed the previous last line which was full of junk) and added this line at the bottom then rebooted
/dev/sda1 /media/hdd auto defaults 0 0
Hope this is of some use to someone,
Richard
Edited by tbltbl, 15 October 2012 - 19:04.
Re: Hard disk vanished after software update #18
Posted 12 November 2012 - 13:30
I've sorted out this problem so I will detail the solution for other users with the same problem. There seem to be lots of them
To cure the error when telnetting blkid, I installed util-linux-blkid which after rebooting, gave some info about where the hdd was mounted.
To correct the mount point, I edited /etc/fstab (I removed the previous last line which was full of junk) and added this line at the bottom then rebooted
/dev/sda1 /media/hdd auto defaults 0 0
Hope this is of some use to someone,
Richard
For me it worked when I just removed the last hdd line from fstab completely. The system created a new and working line to mtab and the disk works fine now.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users