Subject | Re: [firebird-support] Re: UK based Firebird on Linux expert |
---|---|
Author | Norman Dunbar |
Post date | 2011-11-23T15:47:22Z |
Neil,
(?) way to get the details is to run df on it. Here's an example:
df -h my_employee.fdb
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 30G 13G 16G 45% /databases
The "Filesystem" is the physical device and the /databases is where the
file lives, in the general scheme of things. (Where it's mounted, or a
parent of it is mounted.)
If you get "/dev/sda1" as the Filesystem, then it's on your NTFS file
system.
HTH
Cheers,
Norm.
--
Norman Dunbar
Dunbar IT Consultants Ltd
Registered address:
Thorpe House
61 Richardshaw Lane
Pudsey
West Yorkshire
United Kingdom
LS28 7EL
Company Number: 05132767
> I have reached the limit of my Linux knowledge - how can I found out what partition the db is on?Assuming you know the full path to the firebird database, the simplest
(?) way to get the details is to run df on it. Here's an example:
df -h my_employee.fdb
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 30G 13G 16G 45% /databases
The "Filesystem" is the physical device and the /databases is where the
file lives, in the general scheme of things. (Where it's mounted, or a
parent of it is mounted.)
If you get "/dev/sda1" as the Filesystem, then it's on your NTFS file
system.
HTH
Cheers,
Norm.
--
Norman Dunbar
Dunbar IT Consultants Ltd
Registered address:
Thorpe House
61 Richardshaw Lane
Pudsey
West Yorkshire
United Kingdom
LS28 7EL
Company Number: 05132767