0 Members and 2 Guests are viewing this topic.
Error #3005:exception 'OMVException' with message 'The configuration object is not unique' in /var/www/openmediavault/rpc/filesystemmgmt.inc:559Stack trace:#0 [internal function]: FileSystemMgmt Rpc->mount('58707ED2707EB6 7...')#1 /usr/share/php/openmediavault/rpc.inc(238): call_user_func _array(Array, Array)#2 /usr/share/php/openmediavault/rpc.inc(97): OMVRpc::exec('FileSystemMgmt', 'mount', Array)#3 /var/www/openmediavault/rpc.php(43): OMVJsonRpcServ er->handle()#4 {main}
Can you SSH in?
parted /dev/sda
(parted) print
(parted) mklabel msdos
(parted) mkpart primary ext4 1 -1
blkid
Are you at a normal bash prompt .. or are you still at Ignore/Cancel ?I've a sneaking suspicion that you've just overwritten the system drive.
cat /etc/fstab
fdisk -l
A.6.6 How do I copy and paste between PuTTY and other Windows applications?Copy and paste works similarly to the X Window System. You use the left mouse button to select text in the PuTTY window. The act of selection automatically copies the text to the clipboard: there is no need to press Ctrl-Ins or Ctrl-C or anything else. In fact, pressing Ctrl-C will send a Ctrl-C character to the other end of your connection (just like it does the rest of the time), which may have unpleasant effects. The only thing you need to do, to copy text to the clipboard, is to select it.To paste the clipboard contents into a PuTTY window, by default you click the right mouse button. If you have a three-button mouse and are used to X applications, you can configure pasting to be done by the middle button instead, but this is not the default because most Windows users don't have a middle button at all.You can also paste by pressing Shift-Ins.