arnuld wrote: > i am trying to mount floppy but i am not able to do so. i mounted many > floppis on Fedora Linux without any trouble. using "mount -t vfat /dev/ > floppy /mnt/floppy". BUT this does not work in Arch Linux. Even there > is no documentation in Arch Wiki :-( > > any help ? this is from my Terminal > > > [EMAIL PROTECTED] arch]# mount -t vfat /dev/fd0 /mnt/fd0/ > mount: special device /dev/fd0 does not exist > > [EMAIL PROTECTED] arch]# mount -t vfat /dev/fd /mnt/fd0/ > mount: /dev/fd is not a block device > [EMAIL PROTECTED] arch]# > > > [EMAIL PROTECTED] arch]# ls /dev/ | grep f > fb > fb0 > fd > full > [EMAIL PROTECTED] arch]# > > [EMAIL PROTECTED] arch]# cat /etc/fstab > # > # /etc/fstab: static file system information > # > # <file system> <dir> <type> <options> > <dump> <pass> > none /dev/pts devpts defaults > 0 0 > none /dev/shm tmpfs defaults > 0 0 > > > /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0 > /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0 > /dev/fd0 /mnt/fd0 vfat user,noauto 0 0 > /dev/sda1 /boot ext2 defaults 0 1 > /dev/sda2 swap swap defaults 0 0 > /dev/sda3 / reiserfs defaults 0 1 > [EMAIL PROTECTED] arch]# > > > _______________________________________________ > arch mailing list > [email protected] > http://archlinux.org/mailman/listinfo/arch > Try 'modprobe floppy' first.
_______________________________________________ arch mailing list [email protected] http://archlinux.org/mailman/listinfo/arch
