Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mounted /boot on sda1

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Slithers
Posts: 2
Joined: 2010-07-28 10:46

Mounted /boot on sda1

#1 Post by Slithers »

Hello all

After a daft typo i have mounted boot (was about to test kernel upgrade on this dev server) on the same mount as the filesystem see output here:

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 65G 7.3G 55G 12% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
udev 10M 684K 9.4M 7% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
/dev/md1 404G 33G 352G 9% /storage
//dep-s-backups/sql1 mysql backup
2.0T 1.3T 774G 63% /storage/sql_mount
//dep-s-backups/sql1 mysql backup
2.0T 1.3T 774G 63% /storage/sql_mount
/dev/sda1 65G 7.3G 55G 12% /boot

Is there a way of just un mounting the /boot part as i'd normally run this to unmount but i suspect that will unmount / as well and leave me in a pickle

umount /dev/sda1

Thanks in advance

Matt Smith

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

#2 Post by llivv »

.
Last edited by llivv on 2019-04-27 13:47, edited 1 time in total.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Slithers
Posts: 2
Joined: 2010-07-28 10:46

Re: Mounted /boot on sda1

#3 Post by Slithers »

Think i've sorted it now,

A good re-read of the umount manual and ran:

umount /dev/sda1 /boot

And boot is not mounted anymore

Cheers for the response livv but i think its okay now.

Post Reply