Searched refs:volume_name (Results 1 - 7 of 7) sorted by relevance

/netgear-R7800-V1.0.2.28/package/hotplug2/files/
H A Dhotplug2.mount24 volume_name=`cat $DISK_FIND_TABLE | grep $1 | awk -F* '{{{i=NF-3; a="*";while(i!=0) {printf $(NF-i); if(i!=1) printf a; i--}}}}'`
27 logger "[External disk attached] The External disk attached $device_name($volume_name) is attached to the router"
30 logger "[USB device attached] The USB storage device $device_name($volume_name) is attached to the router"
34 volume_name=`/usr/sbin/vol_id -L /dev/$1`
35 if [ ! -n "$volume_name" ]; then
36 volume_name=$1
38 logger "[USB device attached] The USB storage device $1($volume_name) is attached to the router"
H A Dhotplug2.umount49 volume_name=`cat $DISK_FIND_TABLE | grep $1 | awk -F* '{{{i=NF-3; a="*";while(i!=0) {printf $(NF-i); if(i!=1) printf a; i--}}}}'`
52 logger "[External disk detached] The External disk $deivce_name($volume_name) is removed from the router"
55 logger "[USB device detached] The USB storage device $device_name($volume_name) is removed from the router"
59 volume_name=`/usr/sbin/vol_id -L /dev/$1`
60 if [ ! -n "$volume_name" ]; then
61 volume_name=$1
63 logger "[USB device detached] The USB storage device $1($volume_name) is removed from the router"
/netgear-R7800-V1.0.2.28/package/samba-scripts/src/
H A Dupdate_smb.c977 char *volumeName, *deviceName, *serial_num, *partition_id, *volume_name; local
1000 volume_name = strtok(NULL, sep); /* volumeName*/
1001 sprintf(volume, "%s*%s", volume, volume_name);
/netgear-R7800-V1.0.2.28/package/net-cgi/www/
H A Dlanguages-en.js1017 volume_name="Volume Name"
H A Dlanguages-gr.js1019 volume_name="Laufwerksname"
H A Dlanguages-ru.js1019 volume_name="������ ��������"
H A Dlanguages-pt.js1019 volume_name="Nome do volume"

Completed in 132 milliseconds