Summary: Ok i take a bit of that happiness away, is there anyway i can make redhat automatically mount my windows partitions on startup as it seems to loose th...
Summary: How do I mount a windows xp filesystem into redhat9? I'm not sure which FS type to specify. I tried using ntfs, and it says not that the fs type is ...
Summary: Install Samba on the Linux box. I'm not sure which distribution you have, but anything newer than like Slackware 3.4 or Red Hat 3 (?) should have it....
Summary: I'm using this tool called xsmbrowser as my network browser (all other stuff will not compile for one or another reason and KDE is to heavy for my PC)...
Summary: I'm having a problem with mounting a Windows partition from Debian. When I try `mount /deb/hdb1 /win` , I get the following error message: "mount: wro...
Summary: Hello Redhat Linux 6.0 I want to mount a windows floppy with command: mount -t Vfat /dev/fd0 /floppy error: mount: fs type Vfat not supported by Kerne...
Summary: You sure can "double" mount. If you place a remote filesystem onto a mountpoint that already has files and directories in it, you won't get any errors...
Summary: hey, is it possible to mount a TAR archive read-write? my ultimate goal is to mount a TAR archive as /var/cache/apt/archives so i can store my apt ...
Summary: ME as a server? That is probably your first problem. I assume this ME server is running Internet Connection Sharing? and that is what you want to u...
Summary: Is it possible to view and access windows shares from Linux? I can view Linux shares from windows by using Samba but not the other way around. Thanks ...
Summary: Most distros are shipping with FAT support on the kernel. To mount a windows partition type mount /dev/hda* (for master) or /dev/hdb* (for slave) on a...
Summary: I am wondering if anyone out there has had any experience mounting a USB memory card in a reader. My reader takes 6 types of memory cards and I'm not...
Summary: windows has dos-window ipconfig, route and ping commands to check the network configuration and a windows\host.sam(?) "/etc/hosts" file. As 3dave sai...
Summary: Hope this helps. It was a response describing exactly how I solved your problem (mandrake 7.0 is the only diff) from a previous message. Please tell...
Summary: I am trying to mount a Windows 98 share on SuSE 7.1. I can as root, but cannot as a normal user. How do I grant the rights for normal users to be ab...
Summary: If you want to auto-mount the Windows NTFS partition at bootup and give read-only access to all users you can add an entry in the /etc/fstab file: /d...
Summary: Hi Is there a way to map a Windows share from a Knoppix? In other words, is there a equivalent command under Knoppix to the windows "net use" command....
Summary: Urgent Problem with Samba (2.0.7) running on a red hat 7.1 box. Trying to connect to the red hat box from a W2K (sp1) machine. Can ping the linux box ...
Summary: does anyone know how to find out the name of a window. I know it is set in WM_NAME and you can use the XGetWMName() fucntion to find out the name. How...