Displaying 3 results from an estimated 3 matches for "mvd".
Did you mean:
dvd
2000 Mar 11
2
Sharing Dos/Windows drives from a Linux system
...ny file in them. I cannot,
however, write to these shares, even though they are specified as
writable.
Is this even possible and if so how?
I have tried using fstype=FAT, or fstype=samba or fstype=NTFS to no
avail.
Here are the share portions of my smb.conf (note: MesaVerde is the host
name).
[mvD]
path = /mnt/dosD
comment = Drive D on MesaVerde's Dos partition
writeable = yes
guest ok = yes
[zip]
path = /mnt/zip
comment = MesaVerde's zip drive
writeable = yes
guest ok = yes
What must I do to be able to write to these drives over samba?
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2001 Mar 13
5
is this null block OK?
...When coming back up the file had a 4k block of zeroes in the middle.
This seems somewhat suspicious, but it's likely that I'm not understanding
everything about ext3.
Thanks for clarifying the situation.
- Peter -
-----Original Message-----
From: Aaron Smith [mailto:aaron@fry.dyn.us.mvd]
Sent: Monday, March 12, 2001 5:50 PM
To: braam@mountainviewdata.com
Subject:
/*
* Intermezzo. (C) 1998 Peter J. Braam
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/malloc.h>
#include <linux/vmalloc.h>
#include <lin...