V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
chuangbo
V2EX  ›  macOS

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

  •  
  •   chuangbo · 2014-10-13 05:26:19 +08:00 · 4243 次点击
    这是一个创建于 3455 天前的主题,其中的信息可能已经有所发展或是发生改变。
    即使知道那个按钮不应该点,但是一个额外的 Icon 加上鼠标移上去的那个 Hover 效果,实在是忍不住。。。
    5 条回复    2014-10-13 11:16:03 +08:00
    fanzeyi
        1
    fanzeyi  
       2014-10-13 06:00:56 +08:00
    看看 Finder 的 Preferences -> Sidebar 里能不能把你用的那些给隐藏掉。
    chuangbo
        2
    chuangbo  
    OP
       2014-10-13 07:32:05 +08:00
    @fanzeyi 隐藏掉了还怎么往里面拖东西……
    windirt
        3
    windirt  
       2014-10-13 08:45:13 +08:00
    一般来说,你的东西不会是拖进扩充磁盘的根目录吧,假如有特定目录的话,可以把这些目录拖到边栏
    ffffwh
        4
    ffffwh  
       2014-10-13 11:12:38 +08:00
    做个软/硬连接、alias啥的到那个盘,边栏的就不用了。
    devon
        5
    devon  
       2014-10-13 11:16:03 +08:00   ❤️ 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,加车,很方便,也不会误点。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1367 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 23:34 · PVG 07:34 · LAX 16:34 · JFK 19:34
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.