Beiträge von aquils

    Hi all, I can't figure out where I'm going wrong, I've enabled folder sharing via SMB, I've limited access to only some users. If I try to access the folder, I enter the username and password but windows 11 tells me that I do not have the necessary permissions to access the network resource. How can I fix? Thank you :)

    Perfect, ths :)


    cat /proc/mdstat

    Code
    Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
    md127 : active raid1 sdc[1] sdb[0]
          2930135488 blocks super 1.2 [2/2] [UU]
          bitmap: 0/22 pages [0KB], 65536KB chunk
    
    unused devices: <none>


    blkid

    Code
    /dev/sda1: UUID="4349d75e-04b5-4553-a4b7-c8853da12ea6" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3afdf993-01"
    /dev/sda5: UUID="8f759511-1f3e-43f5-b7fd-9f5fce9ed5e5" TYPE="swap" PARTUUID="3afdf993-05"
    /dev/sdc: UUID="5a6eff1f-334c-e303-9eff-940baca7249b" UUID_SUB="d421a345-f254-58c2-ea58-99a799086d7d" LABEL="cloudexpert:InternalCloud" TYPE="linux_raid_member"
    /dev/sdb: UUID="5a6eff1f-334c-e303-9eff-940baca7249b" UUID_SUB="5276f338-dc24-a649-1e76-e5df87db42d3" LABEL="cloudexpert:InternalCloud" TYPE="linux_raid_member"
    /dev/md127: LABEL="CloudUnieuro" UUID="ba00ed29-d7e9-4ce3-9683-08f880581c97" BLOCK_SIZE="4096" TYPE="ext4"


    fdisk -l | grep "Disk "

    Code
    Disk /dev/sda: 29,82 GiB, 32017047552 bytes, 62533296 sectors
    Disk model: TS32GSSD370S
    Disk identifier: 0x3afdf993
    Disk /dev/sdc: 2,73 TiB, 3000592982016 bytes, 5860533168 sectors
    Disk model: WDC WD30EFRX-68E
    Disk /dev/sdb: 2,73 TiB, 3000592982016 bytes, 5860533168 sectors
    Disk model: WDC WD30EFRX-68E
    Disk /dev/md127: 2,73 TiB, 3000458739712 bytes, 5860270976 sectors



    mdadm --detail --scan --verbose

    Code
    ARRAY /dev/md/InternalCloud level=raid1 num-devices=2 metadata=1.2 name=cloudexpert:InternalCloud UUID=5a6eff1f:334ce303:9eff940b:aca7249b
       devices=/dev/sdb,/dev/sdc

    Hello everybody. I had problems with OMV 3, it stopped working and I was forced to install the new version (OMV6). The only problem is that I no longer see the data contained within the disks (RAID1), but the data within the disks are there. I see the occupied space, so I assume the data is inside. I need to recover them, how can I do?

    Hi to everyone, who helps me to solve the problem?
    I created folders on my nas, limiting access only to some users, using username and password, the problem is that when a user is connected to the shared folder, another can not access, the error message that appears on windows 10 when I try to access is:
    "multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. stop all previous connections to the server or shared resource and try again."
    I need to connect more users to the same folder and not one at a time as it currently happens, how can I solve?
    thank you.

    Hi everyone, I need to make a daily backup on the servers of my small business, with my current NAS iomega, I can easily, since I select the pc with the shared folder and then the destination folder, also I can always program the backup date and time with the same system. I would replace my old NAS with the OMV 3 system, but from the OMV panel I can not understand how to do the same thing. Is there a tutorial? My servers work all with windows server 2012 r2. Thank you.

    Hi everyone, I ran the release from version 2.xx to 3.xx, now I can not access the web interface, I always error:


    Errore #0:exception 'OMV\Rpc\Exception' with message 'Failed to connect to socket: No such file or directory' in /usr/share/php/openmediavault/rpc/rpc.inc:140Stack trace:#0 /var/www/openmediavault/rpc/session.inc(56): OMV\Rpc\Rpc::call('UserMgmt', 'authUser', Array, Array, 2, true)#1 [internal function]: OMVRpcServiceSession->login(Array, Array)#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)#3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('login', Array, Array)#4 /usr/share/php/openmediavault/rpc/proxy/json.inc(95): OMV\Rpc\Rpc::call('Session', 'login', Array, Array, 3)#5 /var/www/openmediavault/rpc.php(45): OMV\Rpc\Proxy\Json->handle()#6 {main}


    How can I fix it?
    Thank you.