I hope this message finds you well. I am writing because I ran the following in my OpenBSD device and am uncertain why it stops running:
virtual-server# fdisk -e sd1
Enter 'help' for information
sd1: 1> a
virtual-server#
I thought a
was the shortcut for add
but perhaps I am mistaken. Did this command do anything? Or perhaps it crashed?
G-Man Says 'Reinstate Monica'
24k29 gold badges76 silver badges129 bronze badges
asked Aug 11, 2024 at 23:06
1 Answer 1
According to the man page, the only command that begins with ‘a’ is "abort".
answered Aug 12, 2024 at 0:14
G-Man Says 'Reinstate Monica' G-Man Says 'Reinstate Monica'
24k29 gold badges76 silver badges129 bronze badges
-
It is likely that they thought they were using the related utility disklabel or confused the two some other way.2024年08月12日 02:52:42 +00:00Commented Aug 12, 2024 at 2:52