I might have done something stupid on my person debian server - I altered the fstab file. I changed udev to dev to try to fix a mounting issue in /dev/sda1 but after I restarted the server, I cannot access it with ping, ssh, smb, or http. Is the issue related to my uneducated fstab change or should I be looking someplace else?
[/Volumes]$ ping 192.168.0.190
PING 192.168.0.190 (192.168.0.190): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
ç^C
--- 192.168.0.190 ping statistics ---
5 packets transmitted, 0 packets received, 100.0% packet loss
21:05:31
[/Volumes]$ ssh wall
ssh: connect to host 192.168.0.190 port 22: No route to host
21:05:34
[/Volumes]$ ssh wall
ssh: connect to host 192.168.0.190 port 22: Host is down
