Skip to content

Commit

Permalink
Fix duplicated mount width.
Browse files Browse the repository at this point in the history
rw,nosuid,nodev,relatime..........
  • Loading branch information
eloaders committed Dec 13, 2013
1 parent 6b8fe0d commit 7282eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/Disk_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Public Sub rm_new_line()
End

Public Sub disks()
Shell "grep '" & Finfosys.ComboBox3.Text & "' /proc/mounts | awk {'print $4'}" Wait To mount_widtch
Shell "grep '^/dev/" & Finfosys.ComboBox3.Text & " ' /proc/mounts | awk {'print $4'}" Wait To mount_widtch
Shell "LC_ALL=C df | grep '" & Finfosys.ComboBox3.Text & "' | awk {'print $6, $7'} | sed -n '1p'" Wait To mount_point
Shell "ls -l /dev/disk/by-uuid/ | grep " & Finfosys.ComboBox3.Text & " | awk {'print $9'}" Wait To device_uuid
device_uuid = Replace(Replace(device_uuid, " ", ""), "\n", "")
Expand Down

0 comments on commit 7282eb3

Please sign in to comment.