access hda from linux on hdb


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers access hda from linux on hdb
# 1  
Old 10-29-2002
access hda from linux on hdb

whats the command i put in the file explorer to go from linux (hdb) to windows 98 (hda) i did it before,but i forget the command Smilie
# 2  
Old 10-29-2002
Re: access hda from linux on hdb

Quote:
Originally posted by perleo
whats the command i put in the file explorer to go from linux (hdb) to windows 98 (hda) i did it before,but i forget the command Smilie
Should be something along the lines of :

Code:
mount -t msdos /dev/hda /mnt/point

# 3  
Old 10-29-2002
That didnt work! any other ideas ??
# 4  
Old 10-29-2002
Quote:
Originally posted by perleo
That didnt work! any other ideas ??
What part didn't work?

Error messages?
# 5  
Old 10-30-2002
it just said not a vailid drive command
# 6  
Old 10-30-2002
Quote:
Originally posted by perleo
it just said not a vailid drive command
What OS? Please provide the `uname -a` output, thanks.
# 7  
Old 10-30-2002
try using "mount -t vfat /dev/hda1 /mnt/win98 (or whatever directory you want)". I also make sure the mount point exist and also you mention typing the commands into the file explorer.By this I assume you mean konqueror,galeon,etc.These commands should be typed in the terminal.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

ERROR: ldapmodify: wrong attributeType at line 6, entry "olcDatabase={0}hdb,cn=config"

please use code tags, thanks Initially olcDatabase={2}config.ldif file was in non-prod and it does not have any entries of database and password as well that is why I was getting error as “ldap_bind: Invalid credentials (49)”¯ , I was comparing with my production olcDatabase={2}config.ldif file ... (1 Reply)
Discussion started by: Bibhusisa
1 Replies

2. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

3. Solaris

How to access Oracle DB on Linux from Solaris?

What I am trying to do is install Remedy on a Solaris machine. However to install Remedy on Solaris, the server has to be able to connect to the oracle database on the Linux server? How can I accomplish this? (8 Replies)
Discussion started by: newborndba
8 Replies

4. UNIX for Dummies Questions & Answers

Disable multimedia access in Linux

is there a way on how to disable multimedia access in linux like ubuntu? in this way user will not be able to play media files. (via command line or grapical tool) (1 Reply)
Discussion started by: lhareigh890
1 Replies

5. Shell Programming and Scripting

What is this error log = hda: irq timeout: error=0x00 and how to solve?

what is this error log = hda: irq timeout: error=0x00 and how to solve? every day upon checking the logs i see this error. hda: irq timeout: error=0x00 hda: irq timeout: error=0x00 hda: irq timeout: error=0x00 hda: irq timeout: error=0x00 hw_client: segfault at 0000000000000046 rip... (3 Replies)
Discussion started by: avtalan
3 Replies

6. IP Networking

Can not access Linux server over the Internet

hi i have linux server connected to internet through a switch/router. i have opened a port on the router and i am able to connect to the server if iptables is off. but when it is on i cant. i want to create a rule in iptables so that it accepts packets coming from a particular datacard. it... (7 Replies)
Discussion started by: u.n.i.x
7 Replies

7. UNIX for Advanced & Expert Users

Access to particular IP's from the solaris/LINUX server

Hi All, I have a scenario here where in I need to allow a user from the server(Solaris or LINUX) to be able to ssh to a particular set of IP's. Eg:user1 should be able to access IP's 10.26.32.2,10.26.32.7,10.26.32.9 user2 should be able to access IP's 10.1.1.2,10.1.1.4(just an example) ... (2 Replies)
Discussion started by: pk123
2 Replies

8. AIX

Want API for finding HDA information

Hi all, I am finding api for getting information about physical volumes such as device name, vendor, serial number etc. And I want to do it in C. :( :( please tell me any way out.... If your answer is use IOCTL, which i dont know how to use... (0 Replies)
Discussion started by: Anand Phatak
0 Replies

9. UNIX for Dummies Questions & Answers

Linux user access to packages...

Hi, I'm now playing with my RH Linux 7.3 installation on my laptop. I've installed the StarOffice suite from root login. Now my problem: I created a user account "vishnu".. but I cannot see the StarOffice in the menu listing of this user. How can I give "vishnu" the access to StarOffice... (4 Replies)
Discussion started by: Vishnu
4 Replies

10. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies
Login or Register to Ask a Question