File system mounting only in read only mode after 18.04 upgrade from 16.04
Ubuntu file system is mounting in read only mode after 18.04 upgrade from 16.04.
I have to run
mount -o remount,rw /dev/sda8/
every time I restart.
I am also not able to create files in the mounted drive.
sanjeev@sanjeev-HP-Notebook:/media/sanjeev/Work$ touch hi
touch: cannot touch 'hi': No such file or directory
Edit : Output of mount
sanjeev@sanjeev-HP-Notebook:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3956552k,nr_inodes=989138,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=795872k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/spotify_26.snap on /snap/spotify/26 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6034.snap on /snap/core/6034 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/buka_2.snap on /snap/buka/2 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3677.snap on /snap/heroku/3677 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6130.snap on /snap/core/6130 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3685.snap on /snap/heroku/3685 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_5897.snap on /snap/core/5897 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3664.snap on /snap/heroku/3664 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/spotify_28.snap on /snap/spotify/28 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/125 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=125,gid=133)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
the etc/fstab
file
# /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>
# / was on /dev/sda8 during installation
UUID=c9dca042-347c-4490-897a-c87bd2a182e8 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=3099-343C /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda9 during installation
UUID=6076d618-eee6-4ee9-a7fa-e9b35457cad9 none swap sw 0 0
mount filesystem
|
show 2 more comments
Ubuntu file system is mounting in read only mode after 18.04 upgrade from 16.04.
I have to run
mount -o remount,rw /dev/sda8/
every time I restart.
I am also not able to create files in the mounted drive.
sanjeev@sanjeev-HP-Notebook:/media/sanjeev/Work$ touch hi
touch: cannot touch 'hi': No such file or directory
Edit : Output of mount
sanjeev@sanjeev-HP-Notebook:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3956552k,nr_inodes=989138,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=795872k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/spotify_26.snap on /snap/spotify/26 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6034.snap on /snap/core/6034 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/buka_2.snap on /snap/buka/2 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3677.snap on /snap/heroku/3677 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6130.snap on /snap/core/6130 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3685.snap on /snap/heroku/3685 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_5897.snap on /snap/core/5897 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3664.snap on /snap/heroku/3664 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/spotify_28.snap on /snap/spotify/28 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/125 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=125,gid=133)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
the etc/fstab
file
# /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>
# / was on /dev/sda8 during installation
UUID=c9dca042-347c-4490-897a-c87bd2a182e8 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=3099-343C /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda9 during installation
UUID=6076d618-eee6-4ee9-a7fa-e9b35457cad9 none swap sw 0 0
mount filesystem
Hi there. Could you edit and show us the output ofmount
? Others can suggest other command outputs that may be useful. Also please can you be more specific about "18.04 update"? Do you mean a general package update or upgrade from an older version such as 16.04? How did you upgrade? To get more information, you could press "e" at the GRUB menu and remove the parametersquiet
andsplash
(delete these words from the line beginninglinux
and press F10 to boot) and report any interesting boot messages...
– Zanna
Jan 5 at 10:18
should I just hit mount and enter?
– Sanjeev Siva
Jan 5 at 15:47
Just removedquiet
andsplash
, there were no messages. It directly went into the login screen ( It took a while though ).
– Sanjeev Siva
Jan 5 at 15:54
Thanks! So your root partition is/dev/sda5
but you are running the remount on/dev/sda8
. That one isn't showing up inmount
... seems strange. Hope somebody has a clue
– Zanna
Jan 5 at 16:20
This might seem silly, i am remounting sda8 because thats where my projects are, cant seem to get a hang of what is going on.
– Sanjeev Siva
Jan 5 at 16:47
|
show 2 more comments
Ubuntu file system is mounting in read only mode after 18.04 upgrade from 16.04.
I have to run
mount -o remount,rw /dev/sda8/
every time I restart.
I am also not able to create files in the mounted drive.
sanjeev@sanjeev-HP-Notebook:/media/sanjeev/Work$ touch hi
touch: cannot touch 'hi': No such file or directory
Edit : Output of mount
sanjeev@sanjeev-HP-Notebook:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3956552k,nr_inodes=989138,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=795872k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/spotify_26.snap on /snap/spotify/26 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6034.snap on /snap/core/6034 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/buka_2.snap on /snap/buka/2 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3677.snap on /snap/heroku/3677 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6130.snap on /snap/core/6130 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3685.snap on /snap/heroku/3685 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_5897.snap on /snap/core/5897 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3664.snap on /snap/heroku/3664 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/spotify_28.snap on /snap/spotify/28 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/125 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=125,gid=133)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
the etc/fstab
file
# /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>
# / was on /dev/sda8 during installation
UUID=c9dca042-347c-4490-897a-c87bd2a182e8 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=3099-343C /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda9 during installation
UUID=6076d618-eee6-4ee9-a7fa-e9b35457cad9 none swap sw 0 0
mount filesystem
Ubuntu file system is mounting in read only mode after 18.04 upgrade from 16.04.
I have to run
mount -o remount,rw /dev/sda8/
every time I restart.
I am also not able to create files in the mounted drive.
sanjeev@sanjeev-HP-Notebook:/media/sanjeev/Work$ touch hi
touch: cannot touch 'hi': No such file or directory
Edit : Output of mount
sanjeev@sanjeev-HP-Notebook:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3956552k,nr_inodes=989138,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=795872k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/spotify_26.snap on /snap/spotify/26 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6034.snap on /snap/core/6034 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/buka_2.snap on /snap/buka/2 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3677.snap on /snap/heroku/3677 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_6130.snap on /snap/core/6130 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3685.snap on /snap/heroku/3685 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_5897.snap on /snap/core/5897 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/heroku_3664.snap on /snap/heroku/3664 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/spotify_28.snap on /snap/spotify/28 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/125 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=125,gid=133)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=795868k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
the etc/fstab
file
# /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>
# / was on /dev/sda8 during installation
UUID=c9dca042-347c-4490-897a-c87bd2a182e8 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=3099-343C /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda9 during installation
UUID=6076d618-eee6-4ee9-a7fa-e9b35457cad9 none swap sw 0 0
mount filesystem
mount filesystem
edited Jan 6 at 5:31
Sanjeev Siva
asked Jan 5 at 7:52
Sanjeev SivaSanjeev Siva
62
62
Hi there. Could you edit and show us the output ofmount
? Others can suggest other command outputs that may be useful. Also please can you be more specific about "18.04 update"? Do you mean a general package update or upgrade from an older version such as 16.04? How did you upgrade? To get more information, you could press "e" at the GRUB menu and remove the parametersquiet
andsplash
(delete these words from the line beginninglinux
and press F10 to boot) and report any interesting boot messages...
– Zanna
Jan 5 at 10:18
should I just hit mount and enter?
– Sanjeev Siva
Jan 5 at 15:47
Just removedquiet
andsplash
, there were no messages. It directly went into the login screen ( It took a while though ).
– Sanjeev Siva
Jan 5 at 15:54
Thanks! So your root partition is/dev/sda5
but you are running the remount on/dev/sda8
. That one isn't showing up inmount
... seems strange. Hope somebody has a clue
– Zanna
Jan 5 at 16:20
This might seem silly, i am remounting sda8 because thats where my projects are, cant seem to get a hang of what is going on.
– Sanjeev Siva
Jan 5 at 16:47
|
show 2 more comments
Hi there. Could you edit and show us the output ofmount
? Others can suggest other command outputs that may be useful. Also please can you be more specific about "18.04 update"? Do you mean a general package update or upgrade from an older version such as 16.04? How did you upgrade? To get more information, you could press "e" at the GRUB menu and remove the parametersquiet
andsplash
(delete these words from the line beginninglinux
and press F10 to boot) and report any interesting boot messages...
– Zanna
Jan 5 at 10:18
should I just hit mount and enter?
– Sanjeev Siva
Jan 5 at 15:47
Just removedquiet
andsplash
, there were no messages. It directly went into the login screen ( It took a while though ).
– Sanjeev Siva
Jan 5 at 15:54
Thanks! So your root partition is/dev/sda5
but you are running the remount on/dev/sda8
. That one isn't showing up inmount
... seems strange. Hope somebody has a clue
– Zanna
Jan 5 at 16:20
This might seem silly, i am remounting sda8 because thats where my projects are, cant seem to get a hang of what is going on.
– Sanjeev Siva
Jan 5 at 16:47
Hi there. Could you edit and show us the output of
mount
? Others can suggest other command outputs that may be useful. Also please can you be more specific about "18.04 update"? Do you mean a general package update or upgrade from an older version such as 16.04? How did you upgrade? To get more information, you could press "e" at the GRUB menu and remove the parameters quiet
and splash
(delete these words from the line beginning linux
and press F10 to boot) and report any interesting boot messages...– Zanna
Jan 5 at 10:18
Hi there. Could you edit and show us the output of
mount
? Others can suggest other command outputs that may be useful. Also please can you be more specific about "18.04 update"? Do you mean a general package update or upgrade from an older version such as 16.04? How did you upgrade? To get more information, you could press "e" at the GRUB menu and remove the parameters quiet
and splash
(delete these words from the line beginning linux
and press F10 to boot) and report any interesting boot messages...– Zanna
Jan 5 at 10:18
should I just hit mount and enter?
– Sanjeev Siva
Jan 5 at 15:47
should I just hit mount and enter?
– Sanjeev Siva
Jan 5 at 15:47
Just removed
quiet
and splash
, there were no messages. It directly went into the login screen ( It took a while though ).– Sanjeev Siva
Jan 5 at 15:54
Just removed
quiet
and splash
, there were no messages. It directly went into the login screen ( It took a while though ).– Sanjeev Siva
Jan 5 at 15:54
Thanks! So your root partition is
/dev/sda5
but you are running the remount on /dev/sda8
. That one isn't showing up in mount
... seems strange. Hope somebody has a clue– Zanna
Jan 5 at 16:20
Thanks! So your root partition is
/dev/sda5
but you are running the remount on /dev/sda8
. That one isn't showing up in mount
... seems strange. Hope somebody has a clue– Zanna
Jan 5 at 16:20
This might seem silly, i am remounting sda8 because thats where my projects are, cant seem to get a hang of what is going on.
– Sanjeev Siva
Jan 5 at 16:47
This might seem silly, i am remounting sda8 because thats where my projects are, cant seem to get a hang of what is going on.
– Sanjeev Siva
Jan 5 at 16:47
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107115%2ffile-system-mounting-only-in-read-only-mode-after-18-04-upgrade-from-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107115%2ffile-system-mounting-only-in-read-only-mode-after-18-04-upgrade-from-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hi there. Could you edit and show us the output of
mount
? Others can suggest other command outputs that may be useful. Also please can you be more specific about "18.04 update"? Do you mean a general package update or upgrade from an older version such as 16.04? How did you upgrade? To get more information, you could press "e" at the GRUB menu and remove the parametersquiet
andsplash
(delete these words from the line beginninglinux
and press F10 to boot) and report any interesting boot messages...– Zanna
Jan 5 at 10:18
should I just hit mount and enter?
– Sanjeev Siva
Jan 5 at 15:47
Just removed
quiet
andsplash
, there were no messages. It directly went into the login screen ( It took a while though ).– Sanjeev Siva
Jan 5 at 15:54
Thanks! So your root partition is
/dev/sda5
but you are running the remount on/dev/sda8
. That one isn't showing up inmount
... seems strange. Hope somebody has a clue– Zanna
Jan 5 at 16:20
This might seem silly, i am remounting sda8 because thats where my projects are, cant seem to get a hang of what is going on.
– Sanjeev Siva
Jan 5 at 16:47