FreeBSD pen drive issue....


 
Thread Tools Search this Thread
Operating Systems BSD FreeBSD pen drive issue....
# 1  
Old 08-22-2008
FreeBSD pen drive issue....

Hi there,

I am using freebsd 7.0 and I am facing a lot of issues with it. The cd installed fine. I opted for the gnome desktop and tht too installed (though the refresh rates were wrong and the resloution got messed up). After some configurations the desktop was working fine.

Then came the problem of mounting cdrom drives. I had to manually edit the /etc/fstab file and tht too worked fine. Then came the sound issue. I had to compile the kernel for tht too. The sond too worked fine.

The final thing tht does'nt and still not work is the pen drive. It does not mount. though I can see the relavent entries in the fstab but the device does not mount.

can anyone tell me what could possibly be going wrong??

BTW: this is a 5-6 yr old pcSmilie
# 2  
Old 08-22-2008
Hello,

Lol, it seems like the computer you are using certainly didn't want to work out of the box Smilie It might even give ubuntu a run for its money hehe

By not mounting, do you mean that it does not mount automatically when you plug it in?
if you do as su..

Code:
mount -t msdosfs /dev/da0s1 /mnt

has that mounted it so you can access it in the /mnt directory?
# 3  
Old 08-25-2008
hi,

Thanks for the reply.
need to try out tht command.

P.S:- Ubuntu8.0 cd DID run from the box Smilie
# 4  
Old 08-30-2008
I think this is Gnome option. Are you using Gnome on FreeBSD too? Also it won't be recognized if you have disabled the module in the kernel. Unfortunately I'm not in front of FreeBSD box right now and I don't remember the name of the moduleSmilie But it's included in GENERIC.
# 5  
Old 09-01-2008
usb pen drive issue

hi,

yes I was using gnome - during installation I was tht the version was 2.20. I think that is the siurce of the problems. I did add the line dnome_enabled="YES" on the rd.conf file. no go.
you know it is kind of a hassale for newbies to install an OS and start troubleshooting it. Atleast the hardware should be recognised in the first go. hope i am not expecting too much.Smilie
btw - i tried installing suse on the pc - no issues at allSmilie
# 6  
Old 09-01-2008
I haven't used Gnome on FreeBSD - usually I mount my pen drives manually. If you can do it you can be sure that this is Gnome related problem. Try this:
mount -t msdosfs /dev/da0 /mnt
where /dev/da0 is the device node and /mnt is the desired mount point.
Also you can check with dmesg if the pen drive is recognized.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to mount USB pen drive?

Hiii, Please let me know the steps for mounting my USB pendrive in solaris 10 platform. Thanks & Regards, Bhargav P (5 Replies)
Discussion started by: bhargav90
5 Replies

2. SCO

Sco unix 5.0 copy file to pen drive

I have a server unix Sco 5.0 and copy some backup files to flopy drive using command "Tar", but i like copy this files to pen drive, is possible ? my know about Sco is less. Tks (1 Reply)
Discussion started by: ger2112
1 Replies

3. Solaris

Unable to mount USB Pen drive on my Server

Hello Gurus!! Very recently i tried to mount a USB pen drive onto my solaris 10 (X4170 model) server. As i understand, in ideal scenarios it should get mounted automatically, but it did not happen. Neither anything is shown in "iostat -En" output or "rmformat -l" about the pen drive. I also... (10 Replies)
Discussion started by: EmbedUX
10 Replies

4. Red Hat

making pen drive bootable

Anyone can plz tell me how to make pendrive bootable.unetbootin dont have option for red hat (0 Replies)
Discussion started by: shamapraveen
0 Replies

5. Linux

Not able to remove virus from a pen drive

Hello Friends, My pendrive (FAT32 filesystem) consist of following files+viruses. -rwxr-xr-x 1 chinmay root 0 2010-03-10 01:29 autorun.inf dr-xr-xr-x 2 chinmay root 4096 2010-03-09 23:51 Docs -rwxr-xr-x 1 chinmay root 4726162 2010-03-08 15:02 java_ee_sdk-5_03-javadocs.zip... (4 Replies)
Discussion started by: catchchinu1
4 Replies

6. Linux

How to Install Linux os from USB pen drive

can any body tell simple steps to install linux from pen drive (4gb) fat32 ( with out dvd rom ) (3 Replies)
Discussion started by: seshumohan
3 Replies

7. Shell Programming and Scripting

how to run a script when pen drive is inserted

Hi, I need to run a script whenever a pen drive is connected to my ubuntu machine. The script is to be run from local disk and with privileges of current user. How do I achieve this? Thanks. (1 Reply)
Discussion started by: friendlyweb
1 Replies

8. Filesystems, Disks and Memory

USB Pen Drive & Hard Disk

Hi Guys, I have an external USB Hard Disk Drive on which I have 3 partitions and it works fine under Windows XP but when I am using Red Hat Linux 5 I don't see any icon for this USB HDD. Also I am not able to browse my USB Pen Drive. However, I can use it under Mandrake Linux without any... (4 Replies)
Discussion started by: indiansoil
4 Replies

9. Debian

linux on 128MB pen drive?

hello, I want to install minimal linux on 128MB pen drive. distro is debian. what all should i need? (2 Replies)
Discussion started by: yogesh_powar
2 Replies

10. UNIX for Dummies Questions & Answers

USB pen drive support

Hello, I need information or tooling for using my USB pen drive (DANE-ELEC) in a unix environment. Until now I only get the "format window" in the unix machine but after giving OK for running the format, it never stops and I have to stop it manually. Seems that what I need is format my... (0 Replies)
Discussion started by: Argento73
0 Replies
Login or Register to Ask a Question