chldydgh4687 / 00Self-Linux_trial_and_error

Linux & DeepLearning
0 stars 0 forks source link

[TIP]Linux 외장하드 마운트 (현 : 18.04) #49

Open chldydgh4687 opened 4 years ago

chldydgh4687 commented 4 years ago

외장하드 연결후에 #루트모드에서

mkdir 마운트시키려는풀더
cat /proc/partitions
#마지막 두줄이 외장하드일 것임.
mount -t exfat /dev/sdb1 생성한풀더경로

# mount: unknown filesystem type 'exfat' 에러일 경우
apt-get install exfat-fuse exfat-utils 설치 후 다시 해보기

reference link

https://blackcon.tistory.com/49 https://askubuntu.com/questions/1125158/cannot-mount-usb-hard-drive