Date: Wed, 28 Jan 2004 07:56:39 -0700 From: "Greg J." <xcas@cox.net> To: freebsd-current@freebsd.org Subject: mounting msdos partitions buggy? Message-ID: <20040128075639.32890e82.xcas@cox.net>
next in thread | raw e-mail | index | archive | help
Is this happening to anyone else? ======= localhost# mount -t msdos /dev/ad0s5 /mnt localhost# touch testing localhost# cp testing /mnt localhost# ls -l /mnt/test* -rwxr-xr-x 1 root wheel 0 Jan 28 07:34 /mnt/testingg localhost# mv /mnt/testingg /mnt/testing mv: rename /mnt/testingg to /mnt/testing: File exists localhost# rm /mnt/testing rm: /mnt/testing: No such file or directory localhost# rm /mnt/testingg localhost# cd /mnt localhost# touch testing localhost# ls -l test* -rwxr-xr-x 1 root wheel 0 Jan 28 07:35 testingg ======= localhost# uname -a FreeBSD localhost.bsd-unix.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Jan 26 17:14:28 MST 2004 cas@localhost.bsd-unix.org:/usr/obj/usr/src/sys/CASX64 amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040128075639.32890e82.xcas>