Hi All,
I am having problem setting up the Hard disk in my New Solo2 Box. Its been very easy to setup on the Vu+ Duo as I ve done this like 10 times at least.
But the Solo2 is behaving badly. The Hard drive was taken from a Portable USB drive I hard and it didnt work so I took it out and formatted it on a PC again to no avail. I cant see it in Telnet. See screenshot attached and its not in fstab as well.. not very clued up on Unix though but trying a little bit.



Also is the Output of my Telnet Session.. I tried to format the drive
Please help.
Thanks in advance.
I am having problem setting up the Hard disk in my New Solo2 Box. Its been very easy to setup on the Vu+ Duo as I ve done this like 10 times at least.
But the Solo2 is behaving badly. The Hard drive was taken from a Portable USB drive I hard and it didnt work so I took it out and formatted it on a PC again to no avail. I cant see it in Telnet. See screenshot attached and its not in fstab as well.. not very clued up on Unix though but trying a little bit.



Also is the Output of my Telnet Session.. I tried to format the drive
Code:
login as: root [email protected]'s password: root@vusolo2:~# df -h Filesystem Size Used Available Use% Mounted on ubi0:rootfs 196.6M 52.1M 144.5M 27% / devtmpfs 279.1M 4.0K 279.1M 0% /dev tmpfs 64.0K 0 64.0K 0% /media tmpfs 279.2M 84.0K 279.1M 0% /var/volatile root@vusolo2:~# more /etc/fstab rootfs / auto defaults 1 1 proc /proc proc defaults 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 usbdevfs /proc/bus/usb usbdevfs noauto 0 0 tmpfs /var/volatile tmpfs defaults 0 0 usbfs /proc/bus/usb usbfs defaults 0 0 root@vusolo2:~# login as: root Filesystem Size Used Available Use% Mounted on ubi0:rootfs 196.6M 52.1M 144.5M 27% / devtmpfs 279.1M 4.0K 279.1M 0% /dev tmpfs 64.0K 0 64.0K 0% /media tmpfs 279.2M 84.0K 279.1M 0% /var/volatile root@vusolo2:~# fstab -sh: fstab: not found Password: proc /proc proc defaults 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 usbdevfs /proc/bus/usb usbdevfs noauto 0 0 tmpfs /var/volatile tmpfs defaults 0 0 usbfs /proc/bus/usb usbfs defaults 0 0 root@vusolo2:~# root@vusolo2:~# root@vusolo2:~# mkfs.ext3 /dev/sda1 mke2fs 1.42.6 (21-Sep-2012) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 30531584 inodes, 122095872 blocks 6104793 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=0 3727 block groups 32768 blocks per group, 32768 fragments per group 8192 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 102400000 Allocating group tables: done Writing inode tables: done Creating journal (32768 blocks): done Writing superblocks and filesystem accounting information: done
Please help.
Thanks in advance.
Comment