You are not logged in.
Pages: 1
I have this strange error when I try to umount my usb drive :
$ umount /media
umount: /media: mountpoint not found
fstab :
$ cat /etc/fstab
...
/dev/sdb1 /media vfat user,noauto,noatime,flush,fmask=133,dmask=022 0 0
Trying to mount again while it is already mounted :
$ mount /media
mount: /dev/sdb1 is already mounted or /media busy
/dev/sdb1 is already mounted on /media
It is strange because it has always worked before.
Offline
Do you actually have a /media dir? If you don't have udisks installed, you may not since that package is what provides that dir for Arch.
If so, what is the output of "mount"?
Last edited by Scimmia (2013-08-17 03:09:45)
Offline
Yes I have a /media folder and I can mount my files normally. I get the error message when I try to umount as a normal user. Umounting with sudo works.
mount command :
$ mount
/dev/sdb1 on /media type vfat (rw,nosuid,nodev,noexec,noatime,uid=1000,gid=100,fmask=0133,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,flush,errors=remount-ro,user=<user>)
Offline
same issue with luks file system. It was working fine in the past ...
strange !
Offline
I have the same problem.
In case you really need it, you can umount the FS as root…
Annoying, but it allows to clean things…
Offline
I noticed the same issue with CDs. My fstab file contains the line
/dev/sr0 iso9660 /cdrom defaults,ro,user,noauto 0 0
As a normal user, I can mount the CD as usual, but when I enter
umount /cdrom
I get the message
umount: /cdrom: mountpoint not found
Offline
guys, opened a bug report: https://bugs.archlinux.org/task/36968
maybe you could support the report by voting for it.
cheers
Offline
maybe you could support the report by voting for it.
That isn't how things get fixed.
Offline
mpausch wrote:maybe you could support the report by voting for it.
That isn't how things get fixed.
... but it's worth a try ;-)
Offline
Offline
problem's solved with update to util-linux 2.24
Thanks :-)
Offline
Pages: 1