mirror of
https://github.com/SL-RU/mmtui.git
synced 2025-03-03 16:04:45 +01:00
commit
fc4b80095e
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ pub struct MountPoint {
|
|||
|
||||
impl MountPoint {
|
||||
pub fn collect_from_file(path: &str) -> Vec<MountPoint> {
|
||||
const FSTYPE_IGNORE: [&str; 8] = [
|
||||
const FSTYPE_IGNORE: [&str; 9] = [
|
||||
"tmpfs",
|
||||
"ramfs",
|
||||
"swap",
|
||||
"devtmpfs",
|
||||
"devpts",
|
||||
|
|
Loading…
Add table
Reference in a new issue