• XSS.stack #1 – первый литературный журнал от юзеров форума

NAS Qumulo как замаунтить ноды через рут?

To mount Qumulo storage nodes with root access, you'll need to use the NFS protocol and configure the appropriate permissions. Here's how to do it:

1. First, install NFS client utilities if not already present :

On Ubuntu/Debian:
Код:
   sudo apt-get install nfs-common

2. Create a mount point :
Код:
   sudo mkdir -p /mnt/qumulo

3. Mount the Qumulo export :
Код:
   sudo mount -t nfs -o vers=3,proto=tcp,hard,intr <qumulo_node_ip>:/<export_path> /mnt/qumulo

Example:
Код:
   sudo mount -t nfs -o vers=3,proto=tcp,hard,intr 192.168.1.100:/exports/my_share /mnt/qumulo
 
To mount Qumulo storage nodes with root access, you'll need to use the NFS protocol and configure the appropriate permissions. Here's how to do it:

1. First, install NFS client utilities if not already present :

On Ubuntu/Debian:
Код:
   sudo apt-get install nfs-common

2. Create a mount point :
Код:
   sudo mkdir -p /mnt/qumulo

3. Mount the Qumulo export :
Код:
   sudo mount -t nfs -o vers=3,proto=tcp,hard,intr <qumulo_node_ip>:/<export_path> /mnt/qumulo

Example:
Код:
   sudo mount -t nfs -o vers=3,proto=tcp,hard,intr 192.168.1.100:/exports/my_share /mnt/qumulo
 

Вложения

  • Screenshot from 2025-03-26 09-54-57.png
    Screenshot from 2025-03-26 09-54-57.png
    56.8 КБ · Просмотры: 42
To mount Qumulo storage nodes with root access, you'll need to use the NFS protocol and configure the appropriate permissions. Here's how to do it:

1. First, install NFS client utilities if not already present :

On Ubuntu/Debian:
Код:
   sudo apt-get install nfs-common

2. Create a mount point :
Код:
   sudo mkdir -p /mnt/qumulo

3. Mount the Qumulo export :
Код:
   sudo mount -t nfs -o vers=3,proto=tcp,hard,intr <qumulo_node_ip>:/<export_path> /mnt/qumulo

Example:
Код:
   sudo mount -t nfs -o vers=3,proto=tcp,hard,intr 192.168.1.100:/exports/my_share /mnt/qumulo
19.jpg



Собственно вопрос в шапке, ноды доступны по смб в домене (щары)
Но на самом насе ssh или нодах ssh этой даты нет.
If you’re sshing into the nodes & don’t see the shares mounted there, that’s normal. SMB/NFS shares are exposed by Qumulo, but the underlying OS doesn’t show them unless mounted manually / via clients.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх