Results 1 to 3 of 3
Since the recent updates I haven't been able to mount my 1GB pendrive. Is anyone else having this problem?
Code:
[root@vaio ~]# mount /dev/hdb /mnt/switch
mount: you must specify the ...
- 07-18-2006 #1
Mounting pendrive
Since the recent updates I haven't been able to mount my 1GB pendrive. Is anyone else having this problem?
Anyone know if I'm doing something wrong?Code:[root@vaio ~]# mount /dev/hdb /mnt/switch mount: you must specify the filesystem type [root@vaio ~]# mount /dev/sda /mnt/switch mount: you must specify the filesystem type
10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu
- 07-19-2006 #2Linux User
- Join Date
- Jan 2006
- Posts
- 251
ImNeat,
did you try specifying a file system like:
mount -t vfat /dev/hdb /mnt/switch
just in case....
regards
- 07-26-2006 #3did the trick. Thanks.Code:
mount -t vfat /dev/sdb1 /mnt/switch
10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu


Reply With Quote
