Skip to Main Content
IBM System Storage Ideas Portal


This portal is to open public enhancement requests against IBM System Storage products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Functionality already exists
Created by Guest
Created on May 19, 2026

ENABLE CONDITIONAL-BASED ENUMERATION ON THE ROOT SHARE FOLDER

Hello team, one of our customers uses Storage Scale for their main file server

They access it via SMB and they have requested for the ability to hide the shares/exports from a user that does not have access to them

 

For example, lets say the root share is //root and under it are /share1 and /share2

 

//root/

           /share1

           /share2

 

Lets say user1 has access to share1 and user2 has access to share2

 

If they both browse to //root from their windows endpoint,

 

user1 should only be able to see

//root/

           /share1

 

and user2 should only be able to see

 //root/

           /share2

Is this feasible?

 

Please keep in mind that we currently have around 700 shares/exports

Idea priority High
  • Guest
    Jun 15, 2026
    This function already exists. See option hideunreadable for mmsmb command.
    https://www.ibm.com/docs/en/storage-scale/6.0.1?topic=reference-mmsmb-command

    hide unreadable
    If the value is set as yes, all files and directories that the user has no permission to read are hidden from directory listings in the export. The hideunreadable=yes option is also known as access?based enumeration because when a user is listing (enumerating) the directories and files within the export, they only see the files and directories that they have read access to. By default, this option is disabled.
    Warning: Enabling this option has a negative impact on directory listing performance, especially for large directories as the ACLs for all directory entries have to be read and evaluated. This option is disabled by default.