Users Guide

Table Of Contents
438 | W-600 Series Controller Dell PowerConnect ArubaOS 5.0 | [User Guide
Power on the NAS device after you connect the NAS device to the W-600 Series Controller’s USB port. Verify
that the usb disk is detected (show usb command).
(host) #show usb
USB Device Table
----------------
Address Product Vendor ProdID Serial Type Profile State
------- ------- ------ ------ ------ ---- ------- -----
5 OneTouch 0d49 7350 2HAS49ZZ Storage
3 0424 2502 Hub
4 HP LaserJet P3005 03f0 7317 CNH1D00105 Printer
Configuring in the CLI
1. Login as admin and switch to config mode.
2. Enter the command below to enable NAS service:
(host)(config)# service network-storage
3. Enter the show usb-storage command to view a list of mounted and unmounted devices:
4. Enter the show usb-storage partitions command to view disk partitions:
5. Enter the command below to create a share:
(host) (config)# network-storage share <sharename>
6. Associating the share to a filesystem path—To access the share, you must create a filesystem path to the
share. enter:
(host) (config-network-storage share)# share usb: disk <disk name> <filesystem path>
mode
Where,
disk name is the name of the disk. You can also specify the disk alias instead of the disk name.
filesystem path is the path to access the share. This path contains the partition name and the shared folder
name.
mode is the permission settings. You can either specify
read-only or read-write modes.
Example:
share usb: disk WD250GB WdImages/desktop mode Read-Write
7. Display the status of a connected NAS device, enter the command:
(host) (config)# show network-storage status
(host)(config) #show usb-storage
USB Disk Table
--------------
Device Name Device Alias Num of Partitions Size Mounted partitions
----------- ------------ ----------------- ---- ------------------
Maxtor-Basics_Desktop-2HBADMJ4 Maxtor1TB 1 1000 GB No
WD-2500BEV_External-WD-WXE508ET3777 WD25OGB 1 250 GB No
(host) (config) #show usb-storage partitions
USB Disk Partition Table
------------------------
Partition Name Partition Alias Filesystem Size Used Mount Name
-------------- --------------- ---------- ---- ---- ----------
Maxtor-Basics_Desktop-2HBADMJ4_p1 MxDocs EXT3/EXT2 1000 204.2M Maxtor-Basics_Desktop-2HBADMJ4_p1
WD-2500BEV_External-WD-WXE508ET3777_p1 WdImages EXT3/EXT2 250 223.1M WD-2500BEV_External-WD-WXE508ET3777_p1