VSIDO Community

VSIDO Support => General Support => Topic started by: Gordon on September 13, 2013, 07:47:50 PM

Title: fstab
Post by: Gordon on September 13, 2013, 07:47:50 PM
Hi All,

I have finally managed to get VSIDO on my PC. MY question is how do I get fstab to to point my documents stored on sdc2 to show my documents folder. I have tried searching the forum but with no luck, guess I am not phrasing my search correctly but can't think of any other way of asking. Thanking one and all for any help offered
Title: Re: fstab
Post by: VastOne on September 13, 2013, 08:15:55 PM
Disk Manager is installed... I would run that and enable what you want opened from fstab.. Once you enable a device in Disk Manager, it writes it for you in fstab permanently

Welcome back Gordon, what was it you did to get VSIDO going?
Title: Re: fstab
Post by: Gordon on September 14, 2013, 05:53:53 PM
Hi  VastOne

Thanks for the reply and info, Didn't think about that new to me just used it and it seemed to work OK but have deleted a user and screwed VSIDO up again so will have to try and sort that out now. In the first place I installed  some new ram to increase it but it was faulty and did something to my hard drive and total messed it up. Don't know what or how but spent days trying to sort it out but gave up in the end a bought new drives and started from scratch, so install XP first then VSIDO and then CRUNCHBANG using LVM. Got them all installed and #! seeing all my drives and was trying to sort out  VSIDO but have messed it up for the moment so will have to start again as usual  ;D
Title: Re: fstab [ SOLVED ]
Post by: Gordon on September 15, 2013, 10:12:21 PM
HI VastOne

Thanks for that. Sorry about the late reply but I actually manage to figure it out before I read your answer. Cheers  :)

Title: Re: fstab
Post by: Gordon on September 17, 2013, 03:28:20 PM
Hi

Ok I thought I had got is sorted out but I was wrong. I have it as far as VSIDO seeing the other drives but  can't get it to point to the required place
I have tried various combinations to the code below with no luck, can anyone point me down the right direction please ? AS you can probably guess I am trying to point sdc1/Pics to the images folder

/dev/sdc1/Pics     /home/gordon/images   ext4 noatime  0 0

Thanks for any help offered, all is welcome
Title: Re: fstab
Post by: dizzie on September 17, 2013, 05:26:39 PM
/dev/sdc1      /home/username/folder     ext4       defaults      0    0


If "Pics" is on that drive's root (/dev/sdc1/Pictures) you can't mount it directly, but you can make a symlink, fx. like :


/dev/sdc1 to /mnt/harddrive, then do :


ln -s /mnt/harddrve/Pics /home/username/Pics


Hope this helps
Title: Re: fstab
Post by: Gordon on September 17, 2013, 05:44:45 PM
Hi dizzie

Thanks for that, I'll give it a try later on or tomorrow on the way out now cheers
Title: Re: fstab
Post by: hinto on September 18, 2013, 01:00:02 AM
I usually use symlinks to do thing like this

ln -sf /dev/sdc1/Pics /home/gordon/images

and leave fstab alone (aside from the initial mount usually to say,/data)
-Hinto
Title: Re: fstab
Post by: VastOne on September 18, 2013, 01:39:32 AM
^ Thats just what I do...

How are you hinto?
Title: Re: fstab
Post by: hinto on September 18, 2013, 12:48:17 PM
Still here;)
Still digging VSIDO on my p4 ;)
<ot>
I'm currently playing with LinuxBBQ in my vm's (running webervers/appservers, etc), and running SolydX (tracking siduction) on a desktop...  Oh and #! on my core2 quad.... So many distros, so little PCs ;)
</ot>
Title: Re: fstab
Post by: Gordon on September 22, 2013, 06:25:00 PM
Hi All,

Sorry about the long delay in posting but have been away for a few days.

/dev/sdc1     /home/gordon/images  does in fact point directly to my pictures. I was trying to get fstab to open a folder which of course it can't do. Sorry if I caused anyone a big headache but I wasn't thinking straight myself. Apologizes to one and all and thanks to one and all for getting involved in my query
Title: Re: fstab
Post by: lwfitz on September 22, 2013, 11:54:19 PM
^ glad Im not the only one wwho doesnt think straight sometimes  :D