mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2146] When I run diskutil list I don't see the mounted disk in the results #1096
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Kernel information (
uname -r)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, ors3fs outputs)Details about issue
When I run
diskutil listI 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@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
TimeMachinesettings menu, so could you try it there?I would appreciate it if anyone with more information on this matter could help us.
@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?
@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.