□ MC 설치
(Midnight Commender : DOS시절 Norton Commander, Total Commander와 비슷)
apt install mc
□ MC 실행
-H mc (root 권한으로 mc 실행)
mc (mc 실행)
mc -a (mc 실행시 선이 깨질때 mc 실행 명령어)
□ 외장HDD 연결
- 연결된 외장HDD(UUID)확인
blkid
- 마운트 시킬 폴더 생성
mkdir /home/exHDD && chmod -R 777 /home/exHDD
mkdir /home/exHDD/watch && chmod -R 777 /home/exHDD/watch
- Disk 자동마운트
nano /etc/fstab
UUID=xxxxxxxxxxxxxxx /home/exHDD ntfs nofail,auto,noatime,rw,user 0 0
* 외장하드 한개인 경우 UUID사용 안해도 괜찮음
/dev/sda1 /home/exHDD ntfs nofail,auto,noatime,rw,user 0 0
e.g. # UUID=xxxxxxxxxxxxxxxx /home/pi/RetroPie ntfs defaults 0 0
defaults의 경우 외장HDD가 없는 경우 에러 발생함
'Single Board Computer' 카테고리의 다른 글
| Single Board Computer setting 6. miniDLNA (0) | 2023.01.11 |
|---|---|
| Single Board Computer setting 5. Transmission (0) | 2023.01.11 |
| Single Board Computer setting 3. FTP (0) | 2023.01.11 |
| Single Board Computer setting 2. SAMBA (0) | 2023.01.11 |
| Single Board Computer setting 1. (0) | 2023.01.11 |