Debian remove Google Drive folder without deleting filesMount Google Drive in Linux?upload files from remote...
Random point on a sphere
Job offer without any details but asking me to withdraw other applications - is it normal?
How do I politely hint customers to leave my store, without pretending to need leave store myself?
Why was "leaping into the river" a valid trial outcome to prove one's innocence?
How does Vivi differ from other Black Mages?
Why is the the worst case for this function O(n^2)?
My favorite color is blue what is your favorite color?
Is there a standard terminology for female equivalents of terms such as 'Kingdom' and if so, what are the most common terms?
Are there any space probes or landers which regained communication after being lost?
Can I say "I will encrypt something" if I hash something?
Guitar beginner - What does this card show?
Can I use ratchet straps to lift a dolly into a truck bed?
Are the definite and indefinite integrals actually two different things? Where is the flaw in my understanding?
Is there a star over my head?
What does the question of my colleagues really mean?
Number of aircraft to operate in an airline company
Is there a "right" way to interpret a novel? If so, how do we make sure our novel is interpreted correctly?
Why didn't Thor use the All powerful spear instead of Stormbreaker?
Transitive Relations: Special case
What is the use of FullForm in Mathematica?
Do any aircraft carry boats?
Sol Ⅲ = Earth: What is the origin of this planetary naming scheme?
2.5 year old daughter refuses to take medicine
Awesomism and its awesome gods
Debian remove Google Drive folder without deleting files
Mount Google Drive in Linux?upload files from remote VM without graphic interface to google driveGoogle Drive Desktop on CentOSDownload google drive folder's file via wget
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
After signing in to Google Chrome on Debian, I noticed that I had very little storage space. I found out that this was because my /var/host/media/fuse/ folder contained a folder named "drivefs-" followed by a long alphanumeric. (I am not showing the full folder name here in case it turns out to be an auth token for my account.) In this folder was a root folder containing the entire contents of my Google Drive, taking up several Gigabytes. I want to remove all of these files from my computer to free up space.
I tried deleting the entire drivefs file, but this also deleted all of my online files too, and I had to restore them. Now that I have restored them, the folder is full of my files again. I tried pausing syncing on Chrome and unchecking the box for syncing in Drive, but it doesn't let me remove the files without deleting everything. Unchecking the box in Drive's settings doesn't remove any of the files.
Also, when I try to delete the drivefs file, it gives me an error because I can't modify the two folders "Computers" or "files-by-id". Even root only has read privileges to those folders.
I never installed any application for syncing my Drive account or granted any permissions for it, and when enabling sync, I chose to only sync passwords. To double check that I had no sync client installed, I ran dpkg --get-selections
and searched through it for names of Drive sync clients for linux listed online, but couldn't find any.
Based on some research I've done, I think it's a mounted filesystem using FUSE, but I still have no idea how to remove it.
Here is the result of a tree command I ran:
/var/host/
├── chrome
│ ├── arc_bridge.sock
│ ├── wayland-0
│ └── wayland-0.lock
├── cras
├── cras-version
├── dbus
│ └── system_bus_socket
├── lsb-release
├── media
│ ├── archive
│ ├── fuse
│ │ └── drivefs-(alphanumeric)
│ │ ├── Computers
│ │ ├── root
│ │ │ ├── (all of my drive files)
| │ └── team_drives
│ └── removable
In case it makes a difference, I am using Debian dual-booted on my chromebook with crouton.
debian synchronization fuse google-drive
New contributor
add a comment |
After signing in to Google Chrome on Debian, I noticed that I had very little storage space. I found out that this was because my /var/host/media/fuse/ folder contained a folder named "drivefs-" followed by a long alphanumeric. (I am not showing the full folder name here in case it turns out to be an auth token for my account.) In this folder was a root folder containing the entire contents of my Google Drive, taking up several Gigabytes. I want to remove all of these files from my computer to free up space.
I tried deleting the entire drivefs file, but this also deleted all of my online files too, and I had to restore them. Now that I have restored them, the folder is full of my files again. I tried pausing syncing on Chrome and unchecking the box for syncing in Drive, but it doesn't let me remove the files without deleting everything. Unchecking the box in Drive's settings doesn't remove any of the files.
Also, when I try to delete the drivefs file, it gives me an error because I can't modify the two folders "Computers" or "files-by-id". Even root only has read privileges to those folders.
I never installed any application for syncing my Drive account or granted any permissions for it, and when enabling sync, I chose to only sync passwords. To double check that I had no sync client installed, I ran dpkg --get-selections
and searched through it for names of Drive sync clients for linux listed online, but couldn't find any.
Based on some research I've done, I think it's a mounted filesystem using FUSE, but I still have no idea how to remove it.
Here is the result of a tree command I ran:
/var/host/
├── chrome
│ ├── arc_bridge.sock
│ ├── wayland-0
│ └── wayland-0.lock
├── cras
├── cras-version
├── dbus
│ └── system_bus_socket
├── lsb-release
├── media
│ ├── archive
│ ├── fuse
│ │ └── drivefs-(alphanumeric)
│ │ ├── Computers
│ │ ├── root
│ │ │ ├── (all of my drive files)
| │ └── team_drives
│ └── removable
In case it makes a difference, I am using Debian dual-booted on my chromebook with crouton.
debian synchronization fuse google-drive
New contributor
How have you determined this folder is taking up the room on your system's storage? If thefuse/drivefs-...
is a fuse mountpoint, then the files under it aren't necessarily taking up room on your computer
– Torin
3 hours ago
@Torin I used ncdu, how can I tell if it is using space?
– John Locke
2 hours ago
add a comment |
After signing in to Google Chrome on Debian, I noticed that I had very little storage space. I found out that this was because my /var/host/media/fuse/ folder contained a folder named "drivefs-" followed by a long alphanumeric. (I am not showing the full folder name here in case it turns out to be an auth token for my account.) In this folder was a root folder containing the entire contents of my Google Drive, taking up several Gigabytes. I want to remove all of these files from my computer to free up space.
I tried deleting the entire drivefs file, but this also deleted all of my online files too, and I had to restore them. Now that I have restored them, the folder is full of my files again. I tried pausing syncing on Chrome and unchecking the box for syncing in Drive, but it doesn't let me remove the files without deleting everything. Unchecking the box in Drive's settings doesn't remove any of the files.
Also, when I try to delete the drivefs file, it gives me an error because I can't modify the two folders "Computers" or "files-by-id". Even root only has read privileges to those folders.
I never installed any application for syncing my Drive account or granted any permissions for it, and when enabling sync, I chose to only sync passwords. To double check that I had no sync client installed, I ran dpkg --get-selections
and searched through it for names of Drive sync clients for linux listed online, but couldn't find any.
Based on some research I've done, I think it's a mounted filesystem using FUSE, but I still have no idea how to remove it.
Here is the result of a tree command I ran:
/var/host/
├── chrome
│ ├── arc_bridge.sock
│ ├── wayland-0
│ └── wayland-0.lock
├── cras
├── cras-version
├── dbus
│ └── system_bus_socket
├── lsb-release
├── media
│ ├── archive
│ ├── fuse
│ │ └── drivefs-(alphanumeric)
│ │ ├── Computers
│ │ ├── root
│ │ │ ├── (all of my drive files)
| │ └── team_drives
│ └── removable
In case it makes a difference, I am using Debian dual-booted on my chromebook with crouton.
debian synchronization fuse google-drive
New contributor
After signing in to Google Chrome on Debian, I noticed that I had very little storage space. I found out that this was because my /var/host/media/fuse/ folder contained a folder named "drivefs-" followed by a long alphanumeric. (I am not showing the full folder name here in case it turns out to be an auth token for my account.) In this folder was a root folder containing the entire contents of my Google Drive, taking up several Gigabytes. I want to remove all of these files from my computer to free up space.
I tried deleting the entire drivefs file, but this also deleted all of my online files too, and I had to restore them. Now that I have restored them, the folder is full of my files again. I tried pausing syncing on Chrome and unchecking the box for syncing in Drive, but it doesn't let me remove the files without deleting everything. Unchecking the box in Drive's settings doesn't remove any of the files.
Also, when I try to delete the drivefs file, it gives me an error because I can't modify the two folders "Computers" or "files-by-id". Even root only has read privileges to those folders.
I never installed any application for syncing my Drive account or granted any permissions for it, and when enabling sync, I chose to only sync passwords. To double check that I had no sync client installed, I ran dpkg --get-selections
and searched through it for names of Drive sync clients for linux listed online, but couldn't find any.
Based on some research I've done, I think it's a mounted filesystem using FUSE, but I still have no idea how to remove it.
Here is the result of a tree command I ran:
/var/host/
├── chrome
│ ├── arc_bridge.sock
│ ├── wayland-0
│ └── wayland-0.lock
├── cras
├── cras-version
├── dbus
│ └── system_bus_socket
├── lsb-release
├── media
│ ├── archive
│ ├── fuse
│ │ └── drivefs-(alphanumeric)
│ │ ├── Computers
│ │ ├── root
│ │ │ ├── (all of my drive files)
| │ └── team_drives
│ └── removable
In case it makes a difference, I am using Debian dual-booted on my chromebook with crouton.
debian synchronization fuse google-drive
debian synchronization fuse google-drive
New contributor
New contributor
New contributor
asked 4 hours ago
John LockeJohn Locke
1011 bronze badge
1011 bronze badge
New contributor
New contributor
How have you determined this folder is taking up the room on your system's storage? If thefuse/drivefs-...
is a fuse mountpoint, then the files under it aren't necessarily taking up room on your computer
– Torin
3 hours ago
@Torin I used ncdu, how can I tell if it is using space?
– John Locke
2 hours ago
add a comment |
How have you determined this folder is taking up the room on your system's storage? If thefuse/drivefs-...
is a fuse mountpoint, then the files under it aren't necessarily taking up room on your computer
– Torin
3 hours ago
@Torin I used ncdu, how can I tell if it is using space?
– John Locke
2 hours ago
How have you determined this folder is taking up the room on your system's storage? If the
fuse/drivefs-...
is a fuse mountpoint, then the files under it aren't necessarily taking up room on your computer– Torin
3 hours ago
How have you determined this folder is taking up the room on your system's storage? If the
fuse/drivefs-...
is a fuse mountpoint, then the files under it aren't necessarily taking up room on your computer– Torin
3 hours ago
@Torin I used ncdu, how can I tell if it is using space?
– John Locke
2 hours ago
@Torin I used ncdu, how can I tell if it is using space?
– John Locke
2 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
John Locke is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f539899%2fdebian-remove-google-drive-folder-without-deleting-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
John Locke is a new contributor. Be nice, and check out our Code of Conduct.
John Locke is a new contributor. Be nice, and check out our Code of Conduct.
John Locke is a new contributor. Be nice, and check out our Code of Conduct.
John Locke is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f539899%2fdebian-remove-google-drive-folder-without-deleting-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How have you determined this folder is taking up the room on your system's storage? If the
fuse/drivefs-...
is a fuse mountpoint, then the files under it aren't necessarily taking up room on your computer– Torin
3 hours ago
@Torin I used ncdu, how can I tell if it is using space?
– John Locke
2 hours ago