Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dietpi@DietPi:~$ dmesg | grep sd[a-z]
- [ 0.242007] sdhci: Secure Digital Host Controller Interface driver
- [ 0.242011] sdhci: Copyright(c) Pierre Ossman
- [ 0.242145] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 0.256656] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.3
- [ 0.256687] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.4
- [ 2.326560] sd 0:0:0:0: [sda] 60567552 512-byte logical blocks: (31.0 GB/28.9 GiB)
- [ 2.326813] sd 0:0:0:0: [sda] Write Protect is off
- [ 2.326819] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
- [ 2.330267] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
- [ 2.382819] sda: sda1
- [ 2.384404] sd 0:0:0:0: [sda] Attached SCSI removable disk
- dietpi@DietPi:~$ lsblk
- NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
- mmcblk0 179:0 0 59.6G 0 disk
- ├─mmcblk0p1 179:1 0 256M 0 part /boot
- └─mmcblk0p2 179:2 0 59.4G 0 part /
- dietpi@DietPi:~$ cat /etc/fstab
- # Please use "dietpi-drive_manager" to setup mounts
- #----------------------------------------------------------------
- # NETWORK
- #----------------------------------------------------------------
- #----------------------------------------------------------------
- # TMPFS
- #----------------------------------------------------------------
- tmpfs /tmp tmpfs size=1024M,noatime,lazytime,nodev,nosuid,mode=1777
- tmpfs /DietPi tmpfs size=10M,noatime,lazytime,nodev,nosuid,mode=1755
- tmpfs /var/log tmpfs size=50M,noatime,lazytime,nodev,nosuid,mode=1777
- #----------------------------------------------------------------
- # MISC: ecryptfs, vboxsf (VirtualBox shared folder), bind mounts
- #----------------------------------------------------------------
- #----------------------------------------------------------------
- # SWAPFILE
- #----------------------------------------------------------------
- /var/swap none swap sw 0 0
- #----------------------------------------------------------------
- # PHYSICAL DRIVES
- #----------------------------------------------------------------
- PARTUUID=6c586e13-02 / ext4 noatime,lazytime,rw 0 1
- PARTUUID=6c586e13-01 /boot vfat noatime,lazytime,rw 0 2
- dietpi@DietPi:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement