나는 지금 조금 화가 났습니다:
최근에 호스트 서버를 다시 시작했는데 Ubuntu Server 20.04 서버 중 하나라도 네트워크 드라이브를 다시 마운트할 수 없습니다. 서비스가 제대로 작동하지 않는 작은 문제가 발생했지만 systemd-resolved
해결할 수 있었습니다.
그러나 여전히 네트워크 드라이브를 마운트하고 싶지 않습니다.
마운트 지점이 존재해야 합니다.
ldadmin@LD-DOCKER01:~$ ls /mnt/
plex_data plex_media vuetorrent
이것은 내 fstab 파일입니다
ldadmin@LD-DOCKER01:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
//10.11.10.10/media /mnt/plex_data cifs vers=3.0,credentials=/home/ldadmin/SMBCreds/Media,iocharset=utf8 0 0
# / was on /dev/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-dKtbpdhrXBO21N1jbjxfSX0xwSKAPf3uvec11xtX4odywT1Q47kYZmxyvw0eQ7ap / ext4 defaults 0 1
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/5dbadd90-cf4b-4cec-8b4b-ac149a5cd306 /boot ext4 defaults 0 1
# /boot/efi was on /dev/sda1 during curtin installation
/dev/disk/by-uuid/1400-9711 /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
#//192.168.1.100/vuetorrent mnt/vuetorrent cifs vers=3.0,credentials=/home/ldadmin/SMBCreds/.Media,iocharset=utf8 0 0
네트워크 드라이브를 다시 매핑해 보세요
ldadmin@LD-DOCKER01:~$ sudo mount -a
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
로컬 마운트 지점에 대한 권한
ldadmin@LD-DOCKER01:~$ ls -l /mnt/
total 12
drwxr-xr-x 2 root root 4096 Nov 12 17:28 plex_data
drwxr-xr-x 2 root root 4096 Oct 1 19:32 plex_media
drwxr-xr-x 2 root root 4096 Oct 1 20:11 vuetorrent
저는 Linux에 대해 잘 알지 못해서 어디서 자세한 정보를 얻어야 할지 모르겠습니다.
지금까지 네트워크 드라이브를 수동으로 마운트하려고 시도했습니다.
ldadmin@LD-DOCKER01:~$ sudo mount -t cifs -o username=*USERNAME*,password=*PASSWORD* //10.11.10.10/media /mnt/plex_data//10.11.10.10/media /mnt/plex_data
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
또한 마운트 지점을 삭제하고 다시 생성하고 cifs-utils를 다시 설치하고 /mnt/의 다른 폴더에 마운트를 시도했습니다.
또한 네트워크 공유가 있는 서버에 ping을 보낼 수도 있었습니다.
확인됨 다른 Windows 시스템에서 공유에 액세스/마운트할 수 있습니다.
미리 감사드립니다!
답변1
고쳐 쓰다.
오늘 아침에 다시 확인해 보니 드라이브가 예상대로 설치되어 있었습니다. 그곳에서 무슨 일이 일어났는지는 잘 모르겠지만 지금은 모든 것이 괜찮아 보입니다.