tell application "Finder"
set List1 to the name of every item of startup disk
end tell
tell application "System Events"
set List2 to the name of every item of startup disk
end tell
set List3 to do shell script "ls -a /"
(count of List1) = (count of List2)
--> false
(count of List2) = (count of List3)
--> false