phelgan
Mon Apr 15, 2013 11:56:54 pm
Apologies in advance if I am being daft. I am taking my first tentative steps into Linux and need help understanding the mounting process.
I have recently installed Zorin OS 6 on some spare space on a Win XP machine (in preparation for making my impending new machine Windows-free....). I have a Seagate GoFlex Home network drive available through the router.
By using the file browser I can access this (through Go > Network). I have been trying however to mount this through the command line (with a view eventually to adding it to the fstab file so it will automatically mount on booting up). Currently I have the following command:
This will mount "ogaras" and ignores the following sub-directories. If I change the "/ogaras/GoFlex Home Public/Music/" to "GoFlex Home Backup", it works, so I do not believe the spaces are at fault.
Also the following has the same result:
So the questions are:
Is it possible to mount more than one level down?
If so, does anyone have any idea where I am going wrong?
Thanks,
Phil
I have recently installed Zorin OS 6 on some spare space on a Win XP machine (in preparation for making my impending new machine Windows-free....). I have a Seagate GoFlex Home network drive available through the router.
By using the file browser I can access this (through Go > Network). I have been trying however to mount this through the command line (with a view eventually to adding it to the fstab file so it will automatically mount on booting up). Currently I have the following command:
- Code:
mount_afp 'afp://<username>:<password>@192.168.x.xx/ogaras/GoFlex Home Public/Music/' /media/music
This will mount "ogaras" and ignores the following sub-directories. If I change the "/ogaras/GoFlex Home Public/Music/" to "GoFlex Home Backup", it works, so I do not believe the spaces are at fault.
Also the following has the same result:
- Code:
mount_afp 'afp://<username>:<password>@192.168.x.xx/ogaras/testing/' /media/music
So the questions are:
Is it possible to mount more than one level down?
If so, does anyone have any idea where I am going wrong?
Thanks,
Phil