Advertisement
Guest User

Untitled

a guest
Feb 8th, 2020
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. dietpi@DietPi:~$ dmesg | grep sd[a-z]
  2. [ 0.242007] sdhci: Secure Digital Host Controller Interface driver
  3. [ 0.242011] sdhci: Copyright(c) Pierre Ossman
  4. [ 0.242145] sdhci-pltfm: SDHCI platform and OF driver helper
  5. [ 0.256656] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.3
  6. [ 0.256687] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.4
  7. [ 2.326560] sd 0:0:0:0: [sda] 60567552 512-byte logical blocks: (31.0 GB/28.9 GiB)
  8. [ 2.326813] sd 0:0:0:0: [sda] Write Protect is off
  9. [ 2.326819] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
  10. [ 2.330267] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  11. [ 2.382819] sda: sda1
  12. [ 2.384404] sd 0:0:0:0: [sda] Attached SCSI removable disk
  13.  
  14. dietpi@DietPi:~$ lsblk
  15. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  16. mmcblk0 179:0 0 59.6G 0 disk
  17. ├─mmcblk0p1 179:1 0 256M 0 part /boot
  18. └─mmcblk0p2 179:2 0 59.4G 0 part /
  19.  
  20. dietpi@DietPi:~$ cat /etc/fstab
  21. # Please use "dietpi-drive_manager" to setup mounts
  22. #----------------------------------------------------------------
  23. # NETWORK
  24. #----------------------------------------------------------------
  25.  
  26.  
  27. #----------------------------------------------------------------
  28. # TMPFS
  29. #----------------------------------------------------------------
  30. tmpfs /tmp tmpfs size=1024M,noatime,lazytime,nodev,nosuid,mode=1777
  31. tmpfs /DietPi tmpfs size=10M,noatime,lazytime,nodev,nosuid,mode=1755
  32. tmpfs /var/log tmpfs size=50M,noatime,lazytime,nodev,nosuid,mode=1777
  33.  
  34. #----------------------------------------------------------------
  35. # MISC: ecryptfs, vboxsf (VirtualBox shared folder), bind mounts
  36. #----------------------------------------------------------------
  37.  
  38.  
  39. #----------------------------------------------------------------
  40. # SWAPFILE
  41. #----------------------------------------------------------------
  42. /var/swap none swap sw 0 0
  43.  
  44. #----------------------------------------------------------------
  45. # PHYSICAL DRIVES
  46. #----------------------------------------------------------------
  47. PARTUUID=6c586e13-02 / ext4 noatime,lazytime,rw 0 1
  48. PARTUUID=6c586e13-01 /boot vfat noatime,lazytime,rw 0 2
  49.  
  50. dietpi@DietPi:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement