[GH-ISSUE #2146] When I run diskutil list I don't see the mounted disk in the results #1096

Open
opened 2026-03-04 01:51:21 +03:00 by kerem · 3 comments
Owner

Originally created by @ammaratef45 on GitHub (Apr 3, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2146

Additional Information

Version of s3fs being used (s3fs --version)

ammarhussein@Ammars-MacBook-Air ~ % s3fs --version
Amazon Simple Storage Service File System V1.91 (commit:unknown) with GnuTLS(gcrypt)
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse or dpkg -s fuse)

ammarhussein@Ammars-MacBook-Air ~ % brew info macfuse
==> macfuse: 4.4.2 (auto_updates)
https://osxfuse.github.io/
/opt/homebrew/Caskroom/macfuse/4.4.2 (26 files, 13.7MB)
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/macfuse.rb
==> Name
macFUSE
==> Description
File system integration
==> Artifacts
Extras/macFUSE 4.4.2.pkg (Pkg)
==> Caveats
macfuse requires a kernel extension to work.
If the installation fails, retry after you enable it in:
  System Preferences → Security & Privacy → General

For more information, refer to vendor documentation or this Apple Technical Note:
  https://developer.apple.com/library/content/technotes/tn2459/_index.html

==> Analytics
install: 208 (30 days), 9,187 (90 days), 64,483 (365 days)

Kernel information (uname -r)

ammarhussein@Ammars-MacBook-Air ~ % uname -r
22.3.0

GNU/Linux Distribution, if applicable (cat /etc/os-release)

Macos Ventura Version 13.2.1 (22D68)

How to run s3fs, if applicable

[x] command line
[] /etc/fstab


s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

s3fs mybucket /Users/ammarhussein/backup-disk -o passwd_file=./passwd-s3fs -o dbglevel=info -f -o curldbg

Details about issue

When I run diskutil list I don't see the mounted disk in the results, I want to use the mounted disk for time machine backup but it doesn't show as an external disk

Originally created by @ammaratef45 on GitHub (Apr 3, 2023). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2146 ### Additional Information #### Version of s3fs being used (`s3fs --version`) ``` ammarhussein@Ammars-MacBook-Air ~ % s3fs --version Amazon Simple Storage Service File System V1.91 (commit:unknown) with GnuTLS(gcrypt) Copyright (C) 2010 Randy Rizun <rrizun@gmail.com> License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ``` #### Version of fuse being used (`pkg-config --modversion fuse`, `rpm -qi fuse` or `dpkg -s fuse`) ``` ammarhussein@Ammars-MacBook-Air ~ % brew info macfuse ==> macfuse: 4.4.2 (auto_updates) https://osxfuse.github.io/ /opt/homebrew/Caskroom/macfuse/4.4.2 (26 files, 13.7MB) From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/macfuse.rb ==> Name macFUSE ==> Description File system integration ==> Artifacts Extras/macFUSE 4.4.2.pkg (Pkg) ==> Caveats macfuse requires a kernel extension to work. If the installation fails, retry after you enable it in: System Preferences → Security & Privacy → General For more information, refer to vendor documentation or this Apple Technical Note: https://developer.apple.com/library/content/technotes/tn2459/_index.html ==> Analytics install: 208 (30 days), 9,187 (90 days), 64,483 (365 days) ``` #### Kernel information (`uname -r`) ``` ammarhussein@Ammars-MacBook-Air ~ % uname -r 22.3.0 ``` #### GNU/Linux Distribution, if applicable (`cat /etc/os-release`) Macos Ventura `Version 13.2.1 (22D68)` #### How to run s3fs, if applicable <!-- Describe the s3fs "command line" or "/etc/fstab" entry used. --> [x] command line [] /etc/fstab <!-- Executed command line or /etc/fastab entry --> ``` ``` #### s3fs syslog messages (`grep s3fs /var/log/syslog`, `journalctl | grep s3fs`, or `s3fs outputs`) <!-- if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages. --> ``` s3fs mybucket /Users/ammarhussein/backup-disk -o passwd_file=./passwd-s3fs -o dbglevel=info -f -o curldbg ``` ### Details about issue <!-- Please describe the content of the issue in detail. --> When I run `diskutil list` I don't see the mounted disk in the results, I want to use the mounted disk for time machine backup but it doesn't show as an external disk
Author
Owner

@ggtakec commented on GitHub (Apr 16, 2023):

@ammaratef45
I tried it briefly, but diskutil doesn't list FUSE(s3fs).
However, it seems that the s3fs's Volume can be referenced(set) as a drive from the TimeMachine settings menu, so could you try it there?
I would appreciate it if anyone with more information on this matter could help us.

<!-- gh-comment-id:1510299629 --> @ggtakec commented on GitHub (Apr 16, 2023): @ammaratef45 I tried it briefly, but diskutil doesn't list FUSE(s3fs). However, it seems that the s3fs's Volume can be referenced(set) as a drive from the `TimeMachine` settings menu, so could you try it there? _I would appreciate it if anyone with more information on this matter could help us._
Author
Owner

@ammaratef45 commented on GitHub (Apr 22, 2023):

@ggtakec Interesting, I only see the thing below so can't even try that!

Are you using similar s3fs command as mine? or maybe you have a different mac version?

Screenshot 2023-04-21 at 9 04 53 PM
<!-- gh-comment-id:1518500952 --> @ammaratef45 commented on GitHub (Apr 22, 2023): @ggtakec Interesting, I only see the thing below so can't even try that! Are you using similar s3fs command as mine? or maybe you have a different mac version? <img width="467" alt="Screenshot 2023-04-21 at 9 04 53 PM" src="https://user-images.githubusercontent.com/13663221/233761372-0bcb5367-554c-4820-8297-ce9466244db7.png">
Author
Owner

@ggtakec commented on GitHub (Apr 23, 2023):

@ammaratef45 I'm sorry, it may have been my misunderstanding.
I've confirmed that it's not listed in TimeMachine's backup destinations, exactly as you pointed out.
I think that we need to know about diskutil recognize other FUSE drives.(ex. sshfs)
Might need to check them out.

<!-- gh-comment-id:1519040983 --> @ggtakec commented on GitHub (Apr 23, 2023): @ammaratef45 I'm sorry, it may have been my misunderstanding. I've confirmed that it's not listed in TimeMachine's backup destinations, exactly as you pointed out. I think that we need to know about diskutil recognize other FUSE drives.(ex. sshfs) Might need to check them out.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1096
No description provided.