V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
chuangbo
V2EX  ›  macOS

在 Mac 可以隐藏某个磁盘的弹出按钮吗?因为 JetDrive 或者 StorEdge 这样的磁盘,从来不需要弹出,而且那个按钮也很容易被误点

  •  
  •   chuangbo · Oct 13, 2014 · 5240 views
    This topic created in 4221 days ago, the information mentioned may be changed or developed.
    即使知道那个按钮不应该点,但是一个额外的 Icon 加上鼠标移上去的那个 Hover 效果,实在是忍不住。。。
    5 replies    2014-10-13 11:16:03 +08:00
    fanzeyi
        1
    fanzeyi  
       Oct 13, 2014
    看看 Finder 的 Preferences -> Sidebar 里能不能把你用的那些给隐藏掉。
    chuangbo
        2
    chuangbo  
    OP
       Oct 13, 2014
    @fanzeyi 隐藏掉了还怎么往里面拖东西……
    windirt
        3
    windirt  
       Oct 13, 2014
    一般来说,你的东西不会是拖进扩充磁盘的根目录吧,假如有特定目录的话,可以把这些目录拖到边栏
    ffffwh
        4
    ffffwh  
       Oct 13, 2014
    做个软/硬连接、alias啥的到那个盘,边栏的就不用了。
    devon
        5
    devon  
       Oct 13, 2014   ❤️ 2
    如果你用Alfred,可以用下面的脚本:

    ```
    tell application "Finder"
    set diskList to the disks
    repeat with dl in diskList
    set theName to the name of dl
    if theName is not "Data" and theName is not "Time Machine Backups" then
    eject disk theName
    end if
    end repeat
    end tell
    ```

    这里面,排除了名为 Data,及 Time Machine Backups 的两个盘。

    每次我要弹出磁盘时,都是呼出 Alfred,输入 ej,加车,很方便,也不会误点。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2295 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 00:22 · PVG 08:22 · LAX 17:22 · JFK 20:22
    ♥ Do have faith in what you're doing.