0 Members and 1 Guest are viewing this topic.
mount
ls /media/52d97bc6-18f2-422a-963a-0032f27a2fb3
fdisk -l
blkid
at least it's a known quantity .. do you really need a fancy webUI ?
root@openmediavault:~# mount/dev/sda1 on / type ext4 (rw,errors=remount-ro)tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)proc on /proc type proc (rw,noexec,nosuid,nodev)sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)udev on /dev type tmpfs (rw,mode=0755)tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)tmpfs on /tmp type tmpfs (rw)/dev/sdb1 on /media/52d97bc6-18f2-422a-963a-0032f27a2fb3 type ext2 (rw)root@openmediavault:~# ls /media/52d97bc6-18f2-422a-963a-0032f27a2fb3lost+found OMV1root@openmediavault:~# fdisk -lDisk /dev/sda: 10.2 GB, 10242892800 bytes255 heads, 63 sectors/track, 1245 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x000ae0a9 Device Boot Start End Blocks Id System/dev/sda1 * 1 1189 9541632 83 Linux/dev/sda2 1189 1246 458753 5 Extended/dev/sda5 1189 1246 458752 82 Linux swap / SolarisDisk /dev/sdb: 80.0 GB, 80026361856 bytes255 heads, 63 sectors/track, 9729 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x0000d0ce Device Boot Start End Blocks Id System/dev/sdb1 1 9730 78149632 83 Linuxroot@openmediavault:~# blkid/dev/sda1: UUID="7c232285-5f5d-4cd5-8657-3b61916e6f16" TYPE="ext4" /dev/sda5: UUID="8007befa-416b-4732-a8cf-257b03a2b5a4" TYPE="swap" /dev/sdb1: LABEL="Storage1" UUID="52d97bc6-18f2-422a-963a-0032f27a2fb3" TYPE="ext2" root@openmediavault:~# blkid
Freenas 8 like OMV is a dedicated NAS operating system that is designed to be easy to use (or as easy as possible to use) for non computer literate people like me
What would be the point of Volker Theile writing OMV if it was just as easy to do in peppermintos server edition or any other server edition, the way I see it is that it must be easier for people like me to use and it must be better or why bother writing it.
Is this NAS box set up as a DHCP server ?
And can you look in syslog to see if it mentions those errors.
It was originally but I changed it to a static ip
dpkg -i | grep dhcp
I'm sorry but I'm not really sure how to do that
nano /var/log/syslog
Did I miss anything ?